| 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.model |
| Modifier and Type | Method and Description |
|---|---|
default GetAttributeGroupResponse |
ServiceCatalogAppRegistryClient.getAttributeGroup(Consumer<GetAttributeGroupRequest.Builder> getAttributeGroupRequest)
Retrieves an attribute group, either by its name or its ID.
|
default CompletableFuture<GetAttributeGroupResponse> |
ServiceCatalogAppRegistryAsyncClient.getAttributeGroup(Consumer<GetAttributeGroupRequest.Builder> getAttributeGroupRequest)
Retrieves an attribute group, either by its name or its ID.
|
| Modifier and Type | Method and Description |
|---|---|
GetAttributeGroupRequest.Builder |
GetAttributeGroupRequest.Builder.attributeGroup(String attributeGroup)
The name or ID of the attribute group that holds the attributes to describe the application.
|
static GetAttributeGroupRequest.Builder |
GetAttributeGroupRequest.builder() |
GetAttributeGroupRequest.Builder |
GetAttributeGroupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetAttributeGroupRequest.Builder |
GetAttributeGroupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetAttributeGroupRequest.Builder |
GetAttributeGroupRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetAttributeGroupRequest.Builder> |
GetAttributeGroupRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.