| 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<AssociateAttributeGroupResponse> |
ServiceCatalogAppRegistryAsyncClient.associateAttributeGroup(Consumer<AssociateAttributeGroupRequest.Builder> associateAttributeGroupRequest)
Associates an attribute group with an application to augment the application's metadata with the group's
attributes.
|
default AssociateAttributeGroupResponse |
ServiceCatalogAppRegistryClient.associateAttributeGroup(Consumer<AssociateAttributeGroupRequest.Builder> associateAttributeGroupRequest)
Associates an attribute group with an application to augment the application's metadata with the group's
attributes.
|
| Modifier and Type | Method and Description |
|---|---|
AssociateAttributeGroupRequest.Builder |
AssociateAttributeGroupRequest.Builder.application(String application)
The name or ID of the application.
|
AssociateAttributeGroupRequest.Builder |
AssociateAttributeGroupRequest.Builder.attributeGroup(String attributeGroup)
The name or ID of the attribute group that holds the attributes to describe the application.
|
static AssociateAttributeGroupRequest.Builder |
AssociateAttributeGroupRequest.builder() |
AssociateAttributeGroupRequest.Builder |
AssociateAttributeGroupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateAttributeGroupRequest.Builder |
AssociateAttributeGroupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssociateAttributeGroupRequest.Builder |
AssociateAttributeGroupRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AssociateAttributeGroupRequest.Builder> |
AssociateAttributeGroupRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.