| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicecatalogappregistry |
AWS Service Catalog AppRegistry enables organizations to understand the application context of their AWS resources.
|
| software.amazon.awssdk.services.servicecatalogappregistry.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListAttributeGroupsResponse |
ServiceCatalogAppRegistryClient.listAttributeGroups(Consumer<ListAttributeGroupsRequest.Builder> listAttributeGroupsRequest)
Lists all attribute groups which you have access to.
|
default ListAttributeGroupsResponse |
ServiceCatalogAppRegistryClient.listAttributeGroups(ListAttributeGroupsRequest listAttributeGroupsRequest)
Lists all attribute groups which you have access to.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAttributeGroupsResponse> |
ServiceCatalogAppRegistryAsyncClient.listAttributeGroups(Consumer<ListAttributeGroupsRequest.Builder> listAttributeGroupsRequest)
Lists all attribute groups which you have access to.
|
default CompletableFuture<ListAttributeGroupsResponse> |
ServiceCatalogAppRegistryAsyncClient.listAttributeGroups(ListAttributeGroupsRequest listAttributeGroupsRequest)
Lists all attribute groups which you have access to.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListAttributeGroupsResponse> |
ListAttributeGroupsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAttributeGroupsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAttributeGroupsResponse> subscriber) |
Copyright © 2021. All rights reserved.