| 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<DisassociateAttributeGroupResponse> |
ServiceCatalogAppRegistryAsyncClient.disassociateAttributeGroup(Consumer<DisassociateAttributeGroupRequest.Builder> disassociateAttributeGroupRequest)
Disassociates an attribute group from an application to remove the extra attributes contained in the attribute
group from the application's metadata.
|
default DisassociateAttributeGroupResponse |
ServiceCatalogAppRegistryClient.disassociateAttributeGroup(Consumer<DisassociateAttributeGroupRequest.Builder> disassociateAttributeGroupRequest)
Disassociates an attribute group from an application to remove the extra attributes contained in the attribute
group from the application's metadata.
|
| Modifier and Type | Method and Description |
|---|---|
DisassociateAttributeGroupRequest.Builder |
DisassociateAttributeGroupRequest.Builder.application(String application)
The name or ID of the application.
|
DisassociateAttributeGroupRequest.Builder |
DisassociateAttributeGroupRequest.Builder.attributeGroup(String attributeGroup)
The name or ID of the attribute group that holds the attributes to describe the application.
|
static DisassociateAttributeGroupRequest.Builder |
DisassociateAttributeGroupRequest.builder() |
DisassociateAttributeGroupRequest.Builder |
DisassociateAttributeGroupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DisassociateAttributeGroupRequest.Builder |
DisassociateAttributeGroupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DisassociateAttributeGroupRequest.Builder |
DisassociateAttributeGroupRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DisassociateAttributeGroupRequest.Builder> |
DisassociateAttributeGroupRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.