| 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 |
|---|---|
GetAttributeGroupResult |
AbstractAWSAppRegistry.getAttributeGroup(GetAttributeGroupRequest request) |
GetAttributeGroupResult |
AWSAppRegistry.getAttributeGroup(GetAttributeGroupRequest getAttributeGroupRequest)
Retrieves an attribute group by its ARN, ID, or name.
|
GetAttributeGroupResult |
AWSAppRegistryClient.getAttributeGroup(GetAttributeGroupRequest request)
Retrieves an attribute group by its ARN, ID, or name.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetAttributeGroupResult> |
AbstractAWSAppRegistryAsync.getAttributeGroupAsync(GetAttributeGroupRequest request,
AsyncHandler<GetAttributeGroupRequest,GetAttributeGroupResult> asyncHandler) |
Future<GetAttributeGroupResult> |
AWSAppRegistryAsyncClient.getAttributeGroupAsync(GetAttributeGroupRequest request,
AsyncHandler<GetAttributeGroupRequest,GetAttributeGroupResult> asyncHandler) |
Future<GetAttributeGroupResult> |
AWSAppRegistryAsync.getAttributeGroupAsync(GetAttributeGroupRequest getAttributeGroupRequest,
AsyncHandler<GetAttributeGroupRequest,GetAttributeGroupResult> asyncHandler)
Retrieves an attribute group by its ARN, ID, or name.
|
| Modifier and Type | Method and Description |
|---|---|
GetAttributeGroupResult |
GetAttributeGroupResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetAttributeGroupResult |
GetAttributeGroupResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetAttributeGroupResult |
GetAttributeGroupResult.clone() |
GetAttributeGroupResult |
GetAttributeGroupResult.withArn(String arn)
The Amazon resource name (ARN) that specifies the attribute group across services.
|
GetAttributeGroupResult |
GetAttributeGroupResult.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.
|
GetAttributeGroupResult |
GetAttributeGroupResult.withCreatedBy(String createdBy)
The service principal that created the attribute group.
|
GetAttributeGroupResult |
GetAttributeGroupResult.withCreationTime(Date creationTime)
The ISO-8601 formatted timestamp of the moment the attribute group was created.
|
GetAttributeGroupResult |
GetAttributeGroupResult.withDescription(String description)
The description of the attribute group that the user provides.
|
GetAttributeGroupResult |
GetAttributeGroupResult.withId(String id)
The identifier of the attribute group.
|
GetAttributeGroupResult |
GetAttributeGroupResult.withLastUpdateTime(Date lastUpdateTime)
The ISO-8601 formatted timestamp of the moment the attribute group was last updated.
|
GetAttributeGroupResult |
GetAttributeGroupResult.withName(String name)
The name of the attribute group.
|
GetAttributeGroupResult |
GetAttributeGroupResult.withTags(Map<String,String> tags)
Key-value pairs associated with the attribute group.
|
Copyright © 2025. All rights reserved.