@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSAppRegistryAsync extends AWSAppRegistry
AsyncHandler
can be used to receive
notification when an asynchronous operation completes.
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAWSAppRegistryAsync
instead.
AWS Service Catalog AppRegistry enables organizations to understand the application context of their AWS resources. AppRegistry provides a repository of your applications, their resources, and the application metadata that you use within your enterprise.
ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
Future<AssociateAttributeGroupResult> |
associateAttributeGroupAsync(AssociateAttributeGroupRequest associateAttributeGroupRequest)
Associates an attribute group with an application to augment the application's metadata with the group's
attributes.
|
Future<AssociateAttributeGroupResult> |
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<AssociateResourceResult> |
associateResourceAsync(AssociateResourceRequest associateResourceRequest)
Associates a resource with an application.
|
Future<AssociateResourceResult> |
associateResourceAsync(AssociateResourceRequest associateResourceRequest,
AsyncHandler<AssociateResourceRequest,AssociateResourceResult> asyncHandler)
Associates a resource with an application.
|
Future<CreateApplicationResult> |
createApplicationAsync(CreateApplicationRequest createApplicationRequest)
Creates a new application that is the top-level node in a hierarchy of related cloud resource abstractions.
|
Future<CreateApplicationResult> |
createApplicationAsync(CreateApplicationRequest createApplicationRequest,
AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler)
Creates a new application that is the top-level node in a hierarchy of related cloud resource abstractions.
|
Future<CreateAttributeGroupResult> |
createAttributeGroupAsync(CreateAttributeGroupRequest createAttributeGroupRequest)
Creates a new attribute group as a container for user-defined attributes.
|
Future<CreateAttributeGroupResult> |
createAttributeGroupAsync(CreateAttributeGroupRequest createAttributeGroupRequest,
AsyncHandler<CreateAttributeGroupRequest,CreateAttributeGroupResult> asyncHandler)
Creates a new attribute group as a container for user-defined attributes.
|
Future<DeleteApplicationResult> |
deleteApplicationAsync(DeleteApplicationRequest deleteApplicationRequest)
Deletes an application that is specified either by its application ID or name.
|
Future<DeleteApplicationResult> |
deleteApplicationAsync(DeleteApplicationRequest deleteApplicationRequest,
AsyncHandler<DeleteApplicationRequest,DeleteApplicationResult> asyncHandler)
Deletes an application that is specified either by its application ID or name.
|
Future<DeleteAttributeGroupResult> |
deleteAttributeGroupAsync(DeleteAttributeGroupRequest deleteAttributeGroupRequest)
Deletes an attribute group, specified either by its attribute group ID or name.
|
Future<DeleteAttributeGroupResult> |
deleteAttributeGroupAsync(DeleteAttributeGroupRequest deleteAttributeGroupRequest,
AsyncHandler<DeleteAttributeGroupRequest,DeleteAttributeGroupResult> asyncHandler)
Deletes an attribute group, specified either by its attribute group ID or name.
|
Future<DisassociateAttributeGroupResult> |
disassociateAttributeGroupAsync(DisassociateAttributeGroupRequest disassociateAttributeGroupRequest)
Disassociates an attribute group from an application to remove the extra attributes contained in the attribute
group from the application's metadata.
|
Future<DisassociateAttributeGroupResult> |
disassociateAttributeGroupAsync(DisassociateAttributeGroupRequest disassociateAttributeGroupRequest,
AsyncHandler<DisassociateAttributeGroupRequest,DisassociateAttributeGroupResult> asyncHandler)
Disassociates an attribute group from an application to remove the extra attributes contained in the attribute
group from the application's metadata.
|
Future<DisassociateResourceResult> |
disassociateResourceAsync(DisassociateResourceRequest disassociateResourceRequest)
Disassociates a resource from application.
|
Future<DisassociateResourceResult> |
disassociateResourceAsync(DisassociateResourceRequest disassociateResourceRequest,
AsyncHandler<DisassociateResourceRequest,DisassociateResourceResult> asyncHandler)
Disassociates a resource from application.
|
Future<GetApplicationResult> |
getApplicationAsync(GetApplicationRequest getApplicationRequest)
Retrieves metadata information about one of your applications.
|
Future<GetApplicationResult> |
getApplicationAsync(GetApplicationRequest getApplicationRequest,
AsyncHandler<GetApplicationRequest,GetApplicationResult> asyncHandler)
Retrieves metadata information about one of your applications.
|
Future<GetAttributeGroupResult> |
getAttributeGroupAsync(GetAttributeGroupRequest getAttributeGroupRequest)
Retrieves an attribute group, either by its name or its ID.
|
Future<GetAttributeGroupResult> |
getAttributeGroupAsync(GetAttributeGroupRequest getAttributeGroupRequest,
AsyncHandler<GetAttributeGroupRequest,GetAttributeGroupResult> asyncHandler)
Retrieves an attribute group, either by its name or its ID.
|
Future<ListApplicationsResult> |
listApplicationsAsync(ListApplicationsRequest listApplicationsRequest)
Retrieves a list of all of your applications.
|
Future<ListApplicationsResult> |
listApplicationsAsync(ListApplicationsRequest listApplicationsRequest,
AsyncHandler<ListApplicationsRequest,ListApplicationsResult> asyncHandler)
Retrieves a list of all of your applications.
|
Future<ListAssociatedAttributeGroupsResult> |
listAssociatedAttributeGroupsAsync(ListAssociatedAttributeGroupsRequest listAssociatedAttributeGroupsRequest)
Lists all attribute groups that are associated with specified application.
|
Future<ListAssociatedAttributeGroupsResult> |
listAssociatedAttributeGroupsAsync(ListAssociatedAttributeGroupsRequest listAssociatedAttributeGroupsRequest,
AsyncHandler<ListAssociatedAttributeGroupsRequest,ListAssociatedAttributeGroupsResult> asyncHandler)
Lists all attribute groups that are associated with specified application.
|
Future<ListAssociatedResourcesResult> |
listAssociatedResourcesAsync(ListAssociatedResourcesRequest listAssociatedResourcesRequest)
Lists all resources that are associated with specified application.
|
Future<ListAssociatedResourcesResult> |
listAssociatedResourcesAsync(ListAssociatedResourcesRequest listAssociatedResourcesRequest,
AsyncHandler<ListAssociatedResourcesRequest,ListAssociatedResourcesResult> asyncHandler)
Lists all resources that are associated with specified application.
|
Future<ListAttributeGroupsResult> |
listAttributeGroupsAsync(ListAttributeGroupsRequest listAttributeGroupsRequest)
Lists all attribute groups which you have access to.
|
Future<ListAttributeGroupsResult> |
listAttributeGroupsAsync(ListAttributeGroupsRequest listAttributeGroupsRequest,
AsyncHandler<ListAttributeGroupsRequest,ListAttributeGroupsResult> asyncHandler)
Lists all attribute groups which you have access to.
|
Future<ListTagsForResourceResult> |
listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest)
Lists all of the tags on the resource.
|
Future<ListTagsForResourceResult> |
listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Lists all of the tags on the resource.
|
Future<SyncResourceResult> |
syncResourceAsync(SyncResourceRequest syncResourceRequest)
Syncs the resource with what is currently recorded in App registry.
|
Future<SyncResourceResult> |
syncResourceAsync(SyncResourceRequest syncResourceRequest,
AsyncHandler<SyncResourceRequest,SyncResourceResult> asyncHandler)
Syncs the resource with what is currently recorded in App registry.
|
Future<TagResourceResult> |
tagResourceAsync(TagResourceRequest tagResourceRequest)
Assigns one or more tags (key-value pairs) to the specified resource.
|
Future<TagResourceResult> |
tagResourceAsync(TagResourceRequest tagResourceRequest,
AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
Assigns one or more tags (key-value pairs) to the specified resource.
|
Future<UntagResourceResult> |
untagResourceAsync(UntagResourceRequest untagResourceRequest)
Removes tags from a resource.
|
Future<UntagResourceResult> |
untagResourceAsync(UntagResourceRequest untagResourceRequest,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes tags from a resource.
|
Future<UpdateApplicationResult> |
updateApplicationAsync(UpdateApplicationRequest updateApplicationRequest)
Updates an existing application with new attributes.
|
Future<UpdateApplicationResult> |
updateApplicationAsync(UpdateApplicationRequest updateApplicationRequest,
AsyncHandler<UpdateApplicationRequest,UpdateApplicationResult> asyncHandler)
Updates an existing application with new attributes.
|
Future<UpdateAttributeGroupResult> |
updateAttributeGroupAsync(UpdateAttributeGroupRequest updateAttributeGroupRequest)
Updates an existing attribute group with new details.
|
Future<UpdateAttributeGroupResult> |
updateAttributeGroupAsync(UpdateAttributeGroupRequest updateAttributeGroupRequest,
AsyncHandler<UpdateAttributeGroupRequest,UpdateAttributeGroupResult> asyncHandler)
Updates an existing attribute group with new details.
|
associateAttributeGroup, associateResource, createApplication, createAttributeGroup, deleteApplication, deleteAttributeGroup, disassociateAttributeGroup, disassociateResource, getApplication, getAttributeGroup, getCachedResponseMetadata, listApplications, listAssociatedAttributeGroups, listAssociatedResources, listAttributeGroups, listTagsForResource, shutdown, syncResource, tagResource, untagResource, updateApplication, updateAttributeGroup
Future<AssociateAttributeGroupResult> associateAttributeGroupAsync(AssociateAttributeGroupRequest associateAttributeGroupRequest)
Associates an attribute group with an application to augment the application's metadata with the group's attributes. This feature enables applications to be described with user-defined details that are machine-readable, such as third-party integrations.
associateAttributeGroupRequest
- Future<AssociateAttributeGroupResult> 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. This feature enables applications to be described with user-defined details that are machine-readable, such as third-party integrations.
associateAttributeGroupRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<AssociateResourceResult> associateResourceAsync(AssociateResourceRequest associateResourceRequest)
Associates a resource with an application. Both the resource and the application can be specified either by ID or name.
associateResourceRequest
- Future<AssociateResourceResult> associateResourceAsync(AssociateResourceRequest associateResourceRequest, AsyncHandler<AssociateResourceRequest,AssociateResourceResult> asyncHandler)
Associates a resource with an application. Both the resource and the application can be specified either by ID or name.
associateResourceRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateApplicationResult> createApplicationAsync(CreateApplicationRequest createApplicationRequest)
Creates a new application that is the top-level node in a hierarchy of related cloud resource abstractions.
createApplicationRequest
- Future<CreateApplicationResult> createApplicationAsync(CreateApplicationRequest createApplicationRequest, AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler)
Creates a new application that is the top-level node in a hierarchy of related cloud resource abstractions.
createApplicationRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateAttributeGroupResult> createAttributeGroupAsync(CreateAttributeGroupRequest createAttributeGroupRequest)
Creates a new attribute group as a container for user-defined attributes. This feature enables users to have full control over their cloud application's metadata in a rich machine-readable format to facilitate integration with automated workflows and third-party tools.
createAttributeGroupRequest
- Future<CreateAttributeGroupResult> createAttributeGroupAsync(CreateAttributeGroupRequest createAttributeGroupRequest, AsyncHandler<CreateAttributeGroupRequest,CreateAttributeGroupResult> asyncHandler)
Creates a new attribute group as a container for user-defined attributes. This feature enables users to have full control over their cloud application's metadata in a rich machine-readable format to facilitate integration with automated workflows and third-party tools.
createAttributeGroupRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteApplicationResult> deleteApplicationAsync(DeleteApplicationRequest deleteApplicationRequest)
Deletes an application that is specified either by its application ID or name. All associated attribute groups and resources must be disassociated from it before deleting an application.
deleteApplicationRequest
- Future<DeleteApplicationResult> deleteApplicationAsync(DeleteApplicationRequest deleteApplicationRequest, AsyncHandler<DeleteApplicationRequest,DeleteApplicationResult> asyncHandler)
Deletes an application that is specified either by its application ID or name. All associated attribute groups and resources must be disassociated from it before deleting an application.
deleteApplicationRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteAttributeGroupResult> deleteAttributeGroupAsync(DeleteAttributeGroupRequest deleteAttributeGroupRequest)
Deletes an attribute group, specified either by its attribute group ID or name.
deleteAttributeGroupRequest
- Future<DeleteAttributeGroupResult> deleteAttributeGroupAsync(DeleteAttributeGroupRequest deleteAttributeGroupRequest, AsyncHandler<DeleteAttributeGroupRequest,DeleteAttributeGroupResult> asyncHandler)
Deletes an attribute group, specified either by its attribute group ID or name.
deleteAttributeGroupRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DisassociateAttributeGroupResult> disassociateAttributeGroupAsync(DisassociateAttributeGroupRequest disassociateAttributeGroupRequest)
Disassociates an attribute group from an application to remove the extra attributes contained in the attribute
group from the application's metadata. This operation reverts AssociateAttributeGroup
.
disassociateAttributeGroupRequest
- Future<DisassociateAttributeGroupResult> disassociateAttributeGroupAsync(DisassociateAttributeGroupRequest disassociateAttributeGroupRequest, AsyncHandler<DisassociateAttributeGroupRequest,DisassociateAttributeGroupResult> asyncHandler)
Disassociates an attribute group from an application to remove the extra attributes contained in the attribute
group from the application's metadata. This operation reverts AssociateAttributeGroup
.
disassociateAttributeGroupRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DisassociateResourceResult> disassociateResourceAsync(DisassociateResourceRequest disassociateResourceRequest)
Disassociates a resource from application. Both the resource and the application can be specified either by ID or name.
disassociateResourceRequest
- Future<DisassociateResourceResult> disassociateResourceAsync(DisassociateResourceRequest disassociateResourceRequest, AsyncHandler<DisassociateResourceRequest,DisassociateResourceResult> asyncHandler)
Disassociates a resource from application. Both the resource and the application can be specified either by ID or name.
disassociateResourceRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetApplicationResult> getApplicationAsync(GetApplicationRequest getApplicationRequest)
Retrieves metadata information about one of your applications. The application can be specified either by its
unique ID or by its name (which is unique within one account in one region at a given point in time). Specify by
ID in automated workflows if you want to make sure that the exact same application is returned or a
ResourceNotFoundException
is thrown, avoiding the ABA addressing problem.
getApplicationRequest
- Future<GetApplicationResult> getApplicationAsync(GetApplicationRequest getApplicationRequest, AsyncHandler<GetApplicationRequest,GetApplicationResult> asyncHandler)
Retrieves metadata information about one of your applications. The application can be specified either by its
unique ID or by its name (which is unique within one account in one region at a given point in time). Specify by
ID in automated workflows if you want to make sure that the exact same application is returned or a
ResourceNotFoundException
is thrown, avoiding the ABA addressing problem.
getApplicationRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetAttributeGroupResult> getAttributeGroupAsync(GetAttributeGroupRequest getAttributeGroupRequest)
Retrieves an attribute group, either by its name or its ID. The attribute group can be specified either by its unique ID or by its name.
getAttributeGroupRequest
- Future<GetAttributeGroupResult> getAttributeGroupAsync(GetAttributeGroupRequest getAttributeGroupRequest, AsyncHandler<GetAttributeGroupRequest,GetAttributeGroupResult> asyncHandler)
Retrieves an attribute group, either by its name or its ID. The attribute group can be specified either by its unique ID or by its name.
getAttributeGroupRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListApplicationsResult> listApplicationsAsync(ListApplicationsRequest listApplicationsRequest)
Retrieves a list of all of your applications. Results are paginated.
listApplicationsRequest
- Future<ListApplicationsResult> listApplicationsAsync(ListApplicationsRequest listApplicationsRequest, AsyncHandler<ListApplicationsRequest,ListApplicationsResult> asyncHandler)
Retrieves a list of all of your applications. Results are paginated.
listApplicationsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListAssociatedAttributeGroupsResult> listAssociatedAttributeGroupsAsync(ListAssociatedAttributeGroupsRequest listAssociatedAttributeGroupsRequest)
Lists all attribute groups that are associated with specified application. Results are paginated.
listAssociatedAttributeGroupsRequest
- Future<ListAssociatedAttributeGroupsResult> listAssociatedAttributeGroupsAsync(ListAssociatedAttributeGroupsRequest listAssociatedAttributeGroupsRequest, AsyncHandler<ListAssociatedAttributeGroupsRequest,ListAssociatedAttributeGroupsResult> asyncHandler)
Lists all attribute groups that are associated with specified application. Results are paginated.
listAssociatedAttributeGroupsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListAssociatedResourcesResult> listAssociatedResourcesAsync(ListAssociatedResourcesRequest listAssociatedResourcesRequest)
Lists all resources that are associated with specified application. Results are paginated.
listAssociatedResourcesRequest
- Future<ListAssociatedResourcesResult> listAssociatedResourcesAsync(ListAssociatedResourcesRequest listAssociatedResourcesRequest, AsyncHandler<ListAssociatedResourcesRequest,ListAssociatedResourcesResult> asyncHandler)
Lists all resources that are associated with specified application. Results are paginated.
listAssociatedResourcesRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListAttributeGroupsResult> listAttributeGroupsAsync(ListAttributeGroupsRequest listAttributeGroupsRequest)
Lists all attribute groups which you have access to. Results are paginated.
listAttributeGroupsRequest
- Future<ListAttributeGroupsResult> listAttributeGroupsAsync(ListAttributeGroupsRequest listAttributeGroupsRequest, AsyncHandler<ListAttributeGroupsRequest,ListAttributeGroupsResult> asyncHandler)
Lists all attribute groups which you have access to. Results are paginated.
listAttributeGroupsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest)
Lists all of the tags on the resource.
listTagsForResourceRequest
- Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Lists all of the tags on the resource.
listTagsForResourceRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<SyncResourceResult> syncResourceAsync(SyncResourceRequest syncResourceRequest)
Syncs the resource with what is currently recorded in App registry. Specifically, the resource’s App registry system tags are synced with its associated application. The resource is removed if it is not associated with the application. The caller must have permissions to read and update the resource.
syncResourceRequest
- Future<SyncResourceResult> syncResourceAsync(SyncResourceRequest syncResourceRequest, AsyncHandler<SyncResourceRequest,SyncResourceResult> asyncHandler)
Syncs the resource with what is currently recorded in App registry. Specifically, the resource’s App registry system tags are synced with its associated application. The resource is removed if it is not associated with the application. The caller must have permissions to read and update the resource.
syncResourceRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest)
Assigns one or more tags (key-value pairs) to the specified resource.
Each tag consists of a key and an optional value. If a tag with the same key is already associated with the resource, this action updates its value.
This operation returns an empty response if the call was successful.
tagResourceRequest
- Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
Assigns one or more tags (key-value pairs) to the specified resource.
Each tag consists of a key and an optional value. If a tag with the same key is already associated with the resource, this action updates its value.
This operation returns an empty response if the call was successful.
tagResourceRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest)
Removes tags from a resource.
This operation returns an empty response if the call was successful.
untagResourceRequest
- Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes tags from a resource.
This operation returns an empty response if the call was successful.
untagResourceRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateApplicationResult> updateApplicationAsync(UpdateApplicationRequest updateApplicationRequest)
Updates an existing application with new attributes.
updateApplicationRequest
- Future<UpdateApplicationResult> updateApplicationAsync(UpdateApplicationRequest updateApplicationRequest, AsyncHandler<UpdateApplicationRequest,UpdateApplicationResult> asyncHandler)
Updates an existing application with new attributes.
updateApplicationRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateAttributeGroupResult> updateAttributeGroupAsync(UpdateAttributeGroupRequest updateAttributeGroupRequest)
Updates an existing attribute group with new details.
updateAttributeGroupRequest
- Future<UpdateAttributeGroupResult> updateAttributeGroupAsync(UpdateAttributeGroupRequest updateAttributeGroupRequest, AsyncHandler<UpdateAttributeGroupRequest,UpdateAttributeGroupResult> asyncHandler)
Updates an existing attribute group with new details.
updateAttributeGroupRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.