| Package | Description |
|---|---|
| com.amazonaws.services.appregistry |
Amazon Web Services Service Catalog AppRegistry enables organizations to understand the application context of their
Amazon Web Services resources.
|
| com.amazonaws.services.appregistry.model |
| Modifier and Type | Method and Description |
|---|---|
Future<AssociateAttributeGroupResult> |
AWSAppRegistryAsyncClient.associateAttributeGroupAsync(AssociateAttributeGroupRequest request,
AsyncHandler<AssociateAttributeGroupRequest,AssociateAttributeGroupResult> asyncHandler) |
Future<AssociateAttributeGroupResult> |
AbstractAWSAppRegistryAsync.associateAttributeGroupAsync(AssociateAttributeGroupRequest request,
AsyncHandler<AssociateAttributeGroupRequest,AssociateAttributeGroupResult> asyncHandler) |
Future<AssociateAttributeGroupResult> |
AWSAppRegistryAsync.associateAttributeGroupAsync(AssociateAttributeGroupRequest associateAttributeGroupRequest,
AsyncHandler<AssociateAttributeGroupRequest,AssociateAttributeGroupResult> asyncHandler)
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 |
AssociateAttributeGroupRequest.clone() |
AssociateAttributeGroupRequest |
AssociateAttributeGroupRequest.withApplication(String application)
The name, ID, or ARN of the application.
|
AssociateAttributeGroupRequest |
AssociateAttributeGroupRequest.withAttributeGroup(String attributeGroup)
The name, ID, or ARN of the attribute group that holds the attributes to describe the application.
|
Copyright © 2023. All rights reserved.