| 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 |
|---|---|
AssociateAttributeGroupResult |
AbstractAWSAppRegistry.associateAttributeGroup(AssociateAttributeGroupRequest request) |
AssociateAttributeGroupResult |
AWSAppRegistryClient.associateAttributeGroup(AssociateAttributeGroupRequest request)
Associates an attribute group with an application to augment the application's metadata with the group's
attributes.
|
AssociateAttributeGroupResult |
AWSAppRegistry.associateAttributeGroup(AssociateAttributeGroupRequest associateAttributeGroupRequest)
Associates an attribute group with an application to augment the application's metadata with the group's
attributes.
|
| Modifier and Type | Method and Description |
|---|---|
Future<AssociateAttributeGroupResult> |
AWSAppRegistryAsyncClient.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.
|
Future<AssociateAttributeGroupResult> |
AbstractAWSAppRegistryAsync.associateAttributeGroupAsync(AssociateAttributeGroupRequest request,
AsyncHandler<AssociateAttributeGroupRequest,AssociateAttributeGroupResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
AssociateAttributeGroupResult |
AssociateAttributeGroupResult.clone() |
AssociateAttributeGroupResult |
AssociateAttributeGroupResult.withApplicationArn(String applicationArn)
The Amazon resource name (ARN) of the application that was augmented with attributes.
|
AssociateAttributeGroupResult |
AssociateAttributeGroupResult.withAttributeGroupArn(String attributeGroupArn)
The Amazon resource name (ARN) of the attribute group that contains the application's new attributes.
|
Copyright © 2021. All rights reserved.