| 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<CreateAttributeGroupResult> |
AbstractAWSAppRegistryAsync.createAttributeGroupAsync(CreateAttributeGroupRequest request,
AsyncHandler<CreateAttributeGroupRequest,CreateAttributeGroupResult> asyncHandler) |
Future<CreateAttributeGroupResult> |
AWSAppRegistryAsync.createAttributeGroupAsync(CreateAttributeGroupRequest createAttributeGroupRequest,
AsyncHandler<CreateAttributeGroupRequest,CreateAttributeGroupResult> asyncHandler)
Creates a new attribute group as a container for user-defined attributes.
|
Future<CreateAttributeGroupResult> |
AWSAppRegistryAsyncClient.createAttributeGroupAsync(CreateAttributeGroupRequest request,
AsyncHandler<CreateAttributeGroupRequest,CreateAttributeGroupResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateAttributeGroupRequest |
CreateAttributeGroupRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateAttributeGroupRequest |
CreateAttributeGroupRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateAttributeGroupRequest |
CreateAttributeGroupRequest.clone() |
CreateAttributeGroupRequest |
CreateAttributeGroupRequest.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.
|
CreateAttributeGroupRequest |
CreateAttributeGroupRequest.withClientToken(String clientToken)
A unique identifier that you provide to ensure idempotency.
|
CreateAttributeGroupRequest |
CreateAttributeGroupRequest.withDescription(String description)
The description of the attribute group that the user provides.
|
CreateAttributeGroupRequest |
CreateAttributeGroupRequest.withName(String name)
The name of the attribute group.
|
CreateAttributeGroupRequest |
CreateAttributeGroupRequest.withTags(Map<String,String> tags)
Key-value pairs you can use to associate with the attribute group.
|
Copyright © 2025. All rights reserved.