| 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 ListAttributeGroupsResponse |
ServiceCatalogAppRegistryClient.listAttributeGroups(Consumer<ListAttributeGroupsRequest.Builder> listAttributeGroupsRequest)
Lists all attribute groups which you have access to.
|
default CompletableFuture<ListAttributeGroupsResponse> |
ServiceCatalogAppRegistryAsyncClient.listAttributeGroups(Consumer<ListAttributeGroupsRequest.Builder> listAttributeGroupsRequest)
Lists all attribute groups which you have access to.
|
default ListAttributeGroupsIterable |
ServiceCatalogAppRegistryClient.listAttributeGroupsPaginator(Consumer<ListAttributeGroupsRequest.Builder> listAttributeGroupsRequest)
Lists all attribute groups which you have access to.
|
default ListAttributeGroupsPublisher |
ServiceCatalogAppRegistryAsyncClient.listAttributeGroupsPaginator(Consumer<ListAttributeGroupsRequest.Builder> listAttributeGroupsRequest)
Lists all attribute groups which you have access to.
|
| Modifier and Type | Method and Description |
|---|---|
static ListAttributeGroupsRequest.Builder |
ListAttributeGroupsRequest.builder() |
ListAttributeGroupsRequest.Builder |
ListAttributeGroupsRequest.Builder.maxResults(Integer maxResults)
The upper bound of the number of results to return (cannot exceed 25).
|
ListAttributeGroupsRequest.Builder |
ListAttributeGroupsRequest.Builder.nextToken(String nextToken)
The token to use to get the next page of results after a previous API call.
|
ListAttributeGroupsRequest.Builder |
ListAttributeGroupsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAttributeGroupsRequest.Builder |
ListAttributeGroupsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListAttributeGroupsRequest.Builder |
ListAttributeGroupsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListAttributeGroupsRequest.Builder> |
ListAttributeGroupsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.