| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicecatalogappregistry |
Amazon Web Services Service Catalog AppRegistry enables organizations to understand the application context of their
Amazon Web Services resources.
|
| software.amazon.awssdk.services.servicecatalogappregistry.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAssociatedResourcesResponse> |
ServiceCatalogAppRegistryAsyncClient.listAssociatedResources(Consumer<ListAssociatedResourcesRequest.Builder> listAssociatedResourcesRequest)
Lists all of the resources that are associated with the specified application.
|
default ListAssociatedResourcesResponse |
ServiceCatalogAppRegistryClient.listAssociatedResources(Consumer<ListAssociatedResourcesRequest.Builder> listAssociatedResourcesRequest)
Lists all of the resources that are associated with the specified application.
|
default ListAssociatedResourcesPublisher |
ServiceCatalogAppRegistryAsyncClient.listAssociatedResourcesPaginator(Consumer<ListAssociatedResourcesRequest.Builder> listAssociatedResourcesRequest)
Lists all of the resources that are associated with the specified application.
|
default ListAssociatedResourcesIterable |
ServiceCatalogAppRegistryClient.listAssociatedResourcesPaginator(Consumer<ListAssociatedResourcesRequest.Builder> listAssociatedResourcesRequest)
Lists all of the resources that are associated with the specified application.
|
| Modifier and Type | Method and Description |
|---|---|
ListAssociatedResourcesRequest.Builder |
ListAssociatedResourcesRequest.Builder.application(String application)
The name or ID of the application.
|
static ListAssociatedResourcesRequest.Builder |
ListAssociatedResourcesRequest.builder() |
ListAssociatedResourcesRequest.Builder |
ListAssociatedResourcesRequest.Builder.maxResults(Integer maxResults)
The upper bound of the number of results to return (cannot exceed 25).
|
ListAssociatedResourcesRequest.Builder |
ListAssociatedResourcesRequest.Builder.nextToken(String nextToken)
The token to use to get the next page of results after a previous API call.
|
ListAssociatedResourcesRequest.Builder |
ListAssociatedResourcesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAssociatedResourcesRequest.Builder |
ListAssociatedResourcesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListAssociatedResourcesRequest.Builder |
ListAssociatedResourcesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListAssociatedResourcesRequest.Builder> |
ListAssociatedResourcesRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.