| 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 ListAssociatedAttributeGroupsResponse |
ServiceCatalogAppRegistryClient.listAssociatedAttributeGroups(Consumer<ListAssociatedAttributeGroupsRequest.Builder> listAssociatedAttributeGroupsRequest)
Lists all attribute groups that are associated with specified application.
|
default CompletableFuture<ListAssociatedAttributeGroupsResponse> |
ServiceCatalogAppRegistryAsyncClient.listAssociatedAttributeGroups(Consumer<ListAssociatedAttributeGroupsRequest.Builder> listAssociatedAttributeGroupsRequest)
Lists all attribute groups that are associated with specified application.
|
default ListAssociatedAttributeGroupsIterable |
ServiceCatalogAppRegistryClient.listAssociatedAttributeGroupsPaginator(Consumer<ListAssociatedAttributeGroupsRequest.Builder> listAssociatedAttributeGroupsRequest)
Lists all attribute groups that are associated with specified application.
|
default ListAssociatedAttributeGroupsPublisher |
ServiceCatalogAppRegistryAsyncClient.listAssociatedAttributeGroupsPaginator(Consumer<ListAssociatedAttributeGroupsRequest.Builder> listAssociatedAttributeGroupsRequest)
Lists all attribute groups that are associated with specified application.
|
| Modifier and Type | Method and Description |
|---|---|
ListAssociatedAttributeGroupsRequest.Builder |
ListAssociatedAttributeGroupsRequest.Builder.application(String application)
The name or ID of the application.
|
static ListAssociatedAttributeGroupsRequest.Builder |
ListAssociatedAttributeGroupsRequest.builder() |
ListAssociatedAttributeGroupsRequest.Builder |
ListAssociatedAttributeGroupsRequest.Builder.maxResults(Integer maxResults)
The upper bound of the number of results to return (cannot exceed 25).
|
ListAssociatedAttributeGroupsRequest.Builder |
ListAssociatedAttributeGroupsRequest.Builder.nextToken(String nextToken)
The token to use to get the next page of results after a previous API call.
|
ListAssociatedAttributeGroupsRequest.Builder |
ListAssociatedAttributeGroupsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAssociatedAttributeGroupsRequest.Builder |
ListAssociatedAttributeGroupsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListAssociatedAttributeGroupsRequest.Builder |
ListAssociatedAttributeGroupsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListAssociatedAttributeGroupsRequest.Builder> |
ListAssociatedAttributeGroupsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.