| 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 UpdateAttributeGroupResponse |
ServiceCatalogAppRegistryClient.updateAttributeGroup(Consumer<UpdateAttributeGroupRequest.Builder> updateAttributeGroupRequest)
Updates an existing attribute group with new details.
|
default CompletableFuture<UpdateAttributeGroupResponse> |
ServiceCatalogAppRegistryAsyncClient.updateAttributeGroup(Consumer<UpdateAttributeGroupRequest.Builder> updateAttributeGroupRequest)
Updates an existing attribute group with new details.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAttributeGroupRequest.Builder |
UpdateAttributeGroupRequest.Builder.attributeGroup(String attributeGroup)
The name or ID of the attribute group that holds the attributes to describe the application.
|
UpdateAttributeGroupRequest.Builder |
UpdateAttributeGroupRequest.Builder.attributes(String attributes)
A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes
an application and its components.
|
static UpdateAttributeGroupRequest.Builder |
UpdateAttributeGroupRequest.builder() |
UpdateAttributeGroupRequest.Builder |
UpdateAttributeGroupRequest.Builder.description(String description)
The description of the attribute group that the user provides.
|
UpdateAttributeGroupRequest.Builder |
UpdateAttributeGroupRequest.Builder.name(String name)
Deprecated.
Name update for attribute group is deprecated.
|
UpdateAttributeGroupRequest.Builder |
UpdateAttributeGroupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateAttributeGroupRequest.Builder |
UpdateAttributeGroupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateAttributeGroupRequest.Builder |
UpdateAttributeGroupRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateAttributeGroupRequest.Builder> |
UpdateAttributeGroupRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.