| Package | Description |
|---|---|
| com.amazonaws.services.appregistry |
AWS Service Catalog AppRegistry enables organizations to understand the application context of their AWS resources.
|
| com.amazonaws.services.appregistry.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateAttributeGroupResult> |
AWSAppRegistryAsyncClient.updateAttributeGroupAsync(UpdateAttributeGroupRequest request,
AsyncHandler<UpdateAttributeGroupRequest,UpdateAttributeGroupResult> asyncHandler) |
Future<UpdateAttributeGroupResult> |
AWSAppRegistryAsync.updateAttributeGroupAsync(UpdateAttributeGroupRequest updateAttributeGroupRequest,
AsyncHandler<UpdateAttributeGroupRequest,UpdateAttributeGroupResult> asyncHandler)
Updates an existing attribute group with new details.
|
Future<UpdateAttributeGroupResult> |
AbstractAWSAppRegistryAsync.updateAttributeGroupAsync(UpdateAttributeGroupRequest request,
AsyncHandler<UpdateAttributeGroupRequest,UpdateAttributeGroupResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateAttributeGroupRequest |
UpdateAttributeGroupRequest.clone() |
UpdateAttributeGroupRequest |
UpdateAttributeGroupRequest.withAttributeGroup(String attributeGroup)
The name or ID of the attribute group that holds the attributes to describe the application.
|
UpdateAttributeGroupRequest |
UpdateAttributeGroupRequest.withAttributes(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.
|
UpdateAttributeGroupRequest |
UpdateAttributeGroupRequest.withDescription(String description)
The description of the attribute group that the user provides.
|
UpdateAttributeGroupRequest |
UpdateAttributeGroupRequest.withName(String name)
The new name of the attribute group.
|
Copyright © 2021. All rights reserved.