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