| Package | Description |
|---|---|
| com.amazonaws.services.appregistry |
Amazon Web Services Service Catalog AppRegistry enables organizations to understand the application context of their
Amazon Web Services resources.
|
| com.amazonaws.services.appregistry.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetAssociatedResourceResult> |
AWSAppRegistryAsyncClient.getAssociatedResourceAsync(GetAssociatedResourceRequest request,
AsyncHandler<GetAssociatedResourceRequest,GetAssociatedResourceResult> asyncHandler) |
Future<GetAssociatedResourceResult> |
AbstractAWSAppRegistryAsync.getAssociatedResourceAsync(GetAssociatedResourceRequest request,
AsyncHandler<GetAssociatedResourceRequest,GetAssociatedResourceResult> asyncHandler) |
Future<GetAssociatedResourceResult> |
AWSAppRegistryAsync.getAssociatedResourceAsync(GetAssociatedResourceRequest getAssociatedResourceRequest,
AsyncHandler<GetAssociatedResourceRequest,GetAssociatedResourceResult> asyncHandler)
Gets the resource associated with the application.
|
| Modifier and Type | Method and Description |
|---|---|
GetAssociatedResourceRequest |
GetAssociatedResourceRequest.clone() |
GetAssociatedResourceRequest |
GetAssociatedResourceRequest.withApplication(String application)
The name or ID of the application.
|
GetAssociatedResourceRequest |
GetAssociatedResourceRequest.withResource(String resource)
The name or ID of the resource associated with the application.
|
GetAssociatedResourceRequest |
GetAssociatedResourceRequest.withResourceType(ResourceType resourceType)
The type of resource associated with the application.
|
GetAssociatedResourceRequest |
GetAssociatedResourceRequest.withResourceType(String resourceType)
The type of resource associated with the application.
|
Copyright © 2022. All rights reserved.