| 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<ListAssociatedResourcesResult> |
AWSAppRegistryAsyncClient.listAssociatedResourcesAsync(ListAssociatedResourcesRequest request,
AsyncHandler<ListAssociatedResourcesRequest,ListAssociatedResourcesResult> asyncHandler) |
Future<ListAssociatedResourcesResult> |
AbstractAWSAppRegistryAsync.listAssociatedResourcesAsync(ListAssociatedResourcesRequest request,
AsyncHandler<ListAssociatedResourcesRequest,ListAssociatedResourcesResult> asyncHandler) |
Future<ListAssociatedResourcesResult> |
AWSAppRegistryAsync.listAssociatedResourcesAsync(ListAssociatedResourcesRequest listAssociatedResourcesRequest,
AsyncHandler<ListAssociatedResourcesRequest,ListAssociatedResourcesResult> asyncHandler)
Lists all of the resources that are associated with the specified application.
|
| Modifier and Type | Method and Description |
|---|---|
ListAssociatedResourcesRequest |
ListAssociatedResourcesRequest.clone() |
ListAssociatedResourcesRequest |
ListAssociatedResourcesRequest.withApplication(String application)
The name or ID of the application.
|
ListAssociatedResourcesRequest |
ListAssociatedResourcesRequest.withMaxResults(Integer maxResults)
The upper bound of the number of results to return (cannot exceed 25).
|
ListAssociatedResourcesRequest |
ListAssociatedResourcesRequest.withNextToken(String nextToken)
The token to use to get the next page of results after a previous API call.
|
Copyright © 2022. All rights reserved.