@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSAppRegistryAsync extends AbstractAWSAppRegistry implements AWSAppRegistryAsync
AWSAppRegistryAsync. Convenient method forms pass through to the corresponding
overload that takes a request object and an AsyncHandler, which throws an
UnsupportedOperationException.ENDPOINT_PREFIXassociateAttributeGroup, associateResource, createApplication, createAttributeGroup, deleteApplication, deleteAttributeGroup, disassociateAttributeGroup, disassociateResource, getApplication, getAssociatedResource, getAttributeGroup, getCachedResponseMetadata, listApplications, listAssociatedAttributeGroups, listAssociatedResources, listAttributeGroups, listTagsForResource, shutdown, syncResource, tagResource, untagResource, updateApplication, updateAttributeGroupequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitassociateAttributeGroup, associateResource, createApplication, createAttributeGroup, deleteApplication, deleteAttributeGroup, disassociateAttributeGroup, disassociateResource, getApplication, getAssociatedResource, getAttributeGroup, getCachedResponseMetadata, listApplications, listAssociatedAttributeGroups, listAssociatedResources, listAttributeGroups, listTagsForResource, shutdown, syncResource, tagResource, untagResource, updateApplication, updateAttributeGrouppublic Future<AssociateAttributeGroupResult> associateAttributeGroupAsync(AssociateAttributeGroupRequest request)
AWSAppRegistryAsyncAssociates 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.
associateAttributeGroupAsync in interface AWSAppRegistryAsyncpublic Future<AssociateAttributeGroupResult> associateAttributeGroupAsync(AssociateAttributeGroupRequest request, AsyncHandler<AssociateAttributeGroupRequest,AssociateAttributeGroupResult> asyncHandler)
AWSAppRegistryAsyncAssociates 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.
associateAttributeGroupAsync in interface AWSAppRegistryAsyncasyncHandler - 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.public Future<AssociateResourceResult> associateResourceAsync(AssociateResourceRequest request)
AWSAppRegistryAsyncAssociates a resource with an application. Both the resource and the application can be specified either by ID or name.
associateResourceAsync in interface AWSAppRegistryAsyncpublic Future<AssociateResourceResult> associateResourceAsync(AssociateResourceRequest request, AsyncHandler<AssociateResourceRequest,AssociateResourceResult> asyncHandler)
AWSAppRegistryAsyncAssociates a resource with an application. Both the resource and the application can be specified either by ID or name.
associateResourceAsync in interface AWSAppRegistryAsyncasyncHandler - 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.public Future<CreateApplicationResult> createApplicationAsync(CreateApplicationRequest request)
AWSAppRegistryAsyncCreates a new application that is the top-level node in a hierarchy of related cloud resource abstractions.
createApplicationAsync in interface AWSAppRegistryAsyncpublic Future<CreateApplicationResult> createApplicationAsync(CreateApplicationRequest request, AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler)
AWSAppRegistryAsyncCreates a new application that is the top-level node in a hierarchy of related cloud resource abstractions.
createApplicationAsync in interface AWSAppRegistryAsyncasyncHandler - 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.public Future<CreateAttributeGroupResult> createAttributeGroupAsync(CreateAttributeGroupRequest request)
AWSAppRegistryAsyncCreates 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.
createAttributeGroupAsync in interface AWSAppRegistryAsyncpublic Future<CreateAttributeGroupResult> createAttributeGroupAsync(CreateAttributeGroupRequest request, AsyncHandler<CreateAttributeGroupRequest,CreateAttributeGroupResult> asyncHandler)
AWSAppRegistryAsyncCreates 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.
createAttributeGroupAsync in interface AWSAppRegistryAsyncasyncHandler - 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.public Future<DeleteApplicationResult> deleteApplicationAsync(DeleteApplicationRequest request)
AWSAppRegistryAsyncDeletes 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.
deleteApplicationAsync in interface AWSAppRegistryAsyncpublic Future<DeleteApplicationResult> deleteApplicationAsync(DeleteApplicationRequest request, AsyncHandler<DeleteApplicationRequest,DeleteApplicationResult> asyncHandler)
AWSAppRegistryAsyncDeletes 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.
deleteApplicationAsync in interface AWSAppRegistryAsyncasyncHandler - 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.public Future<DeleteAttributeGroupResult> deleteAttributeGroupAsync(DeleteAttributeGroupRequest request)
AWSAppRegistryAsyncDeletes an attribute group, specified either by its attribute group ID or name.
deleteAttributeGroupAsync in interface AWSAppRegistryAsyncpublic Future<DeleteAttributeGroupResult> deleteAttributeGroupAsync(DeleteAttributeGroupRequest request, AsyncHandler<DeleteAttributeGroupRequest,DeleteAttributeGroupResult> asyncHandler)
AWSAppRegistryAsyncDeletes an attribute group, specified either by its attribute group ID or name.
deleteAttributeGroupAsync in interface AWSAppRegistryAsyncasyncHandler - 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.public Future<DisassociateAttributeGroupResult> disassociateAttributeGroupAsync(DisassociateAttributeGroupRequest request)
AWSAppRegistryAsync
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.
disassociateAttributeGroupAsync in interface AWSAppRegistryAsyncpublic Future<DisassociateAttributeGroupResult> disassociateAttributeGroupAsync(DisassociateAttributeGroupRequest request, AsyncHandler<DisassociateAttributeGroupRequest,DisassociateAttributeGroupResult> asyncHandler)
AWSAppRegistryAsync
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.
disassociateAttributeGroupAsync in interface AWSAppRegistryAsyncasyncHandler - 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.public Future<DisassociateResourceResult> disassociateResourceAsync(DisassociateResourceRequest request)
AWSAppRegistryAsyncDisassociates a resource from application. Both the resource and the application can be specified either by ID or name.
disassociateResourceAsync in interface AWSAppRegistryAsyncpublic Future<DisassociateResourceResult> disassociateResourceAsync(DisassociateResourceRequest request, AsyncHandler<DisassociateResourceRequest,DisassociateResourceResult> asyncHandler)
AWSAppRegistryAsyncDisassociates a resource from application. Both the resource and the application can be specified either by ID or name.
disassociateResourceAsync in interface AWSAppRegistryAsyncasyncHandler - 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.public Future<GetApplicationResult> getApplicationAsync(GetApplicationRequest request)
AWSAppRegistryAsync
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.
getApplicationAsync in interface AWSAppRegistryAsyncpublic Future<GetApplicationResult> getApplicationAsync(GetApplicationRequest request, AsyncHandler<GetApplicationRequest,GetApplicationResult> asyncHandler)
AWSAppRegistryAsync
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.
getApplicationAsync in interface AWSAppRegistryAsyncasyncHandler - 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.public Future<GetAssociatedResourceResult> getAssociatedResourceAsync(GetAssociatedResourceRequest request)
AWSAppRegistryAsyncGets the resource associated with the application.
getAssociatedResourceAsync in interface AWSAppRegistryAsyncpublic Future<GetAssociatedResourceResult> getAssociatedResourceAsync(GetAssociatedResourceRequest request, AsyncHandler<GetAssociatedResourceRequest,GetAssociatedResourceResult> asyncHandler)
AWSAppRegistryAsyncGets the resource associated with the application.
getAssociatedResourceAsync in interface AWSAppRegistryAsyncasyncHandler - 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.public Future<GetAttributeGroupResult> getAttributeGroupAsync(GetAttributeGroupRequest request)
AWSAppRegistryAsyncRetrieves 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.
getAttributeGroupAsync in interface AWSAppRegistryAsyncpublic Future<GetAttributeGroupResult> getAttributeGroupAsync(GetAttributeGroupRequest request, AsyncHandler<GetAttributeGroupRequest,GetAttributeGroupResult> asyncHandler)
AWSAppRegistryAsyncRetrieves 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.
getAttributeGroupAsync in interface AWSAppRegistryAsyncasyncHandler - 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.public Future<ListApplicationsResult> listApplicationsAsync(ListApplicationsRequest request)
AWSAppRegistryAsyncRetrieves a list of all of your applications. Results are paginated.
listApplicationsAsync in interface AWSAppRegistryAsyncpublic Future<ListApplicationsResult> listApplicationsAsync(ListApplicationsRequest request, AsyncHandler<ListApplicationsRequest,ListApplicationsResult> asyncHandler)
AWSAppRegistryAsyncRetrieves a list of all of your applications. Results are paginated.
listApplicationsAsync in interface AWSAppRegistryAsyncasyncHandler - 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.public Future<ListAssociatedAttributeGroupsResult> listAssociatedAttributeGroupsAsync(ListAssociatedAttributeGroupsRequest request)
AWSAppRegistryAsyncLists all attribute groups that are associated with specified application. Results are paginated.
listAssociatedAttributeGroupsAsync in interface AWSAppRegistryAsyncpublic Future<ListAssociatedAttributeGroupsResult> listAssociatedAttributeGroupsAsync(ListAssociatedAttributeGroupsRequest request, AsyncHandler<ListAssociatedAttributeGroupsRequest,ListAssociatedAttributeGroupsResult> asyncHandler)
AWSAppRegistryAsyncLists all attribute groups that are associated with specified application. Results are paginated.
listAssociatedAttributeGroupsAsync in interface AWSAppRegistryAsyncasyncHandler - 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.public Future<ListAssociatedResourcesResult> listAssociatedResourcesAsync(ListAssociatedResourcesRequest request)
AWSAppRegistryAsyncLists all resources that are associated with specified application. Results are paginated.
listAssociatedResourcesAsync in interface AWSAppRegistryAsyncpublic Future<ListAssociatedResourcesResult> listAssociatedResourcesAsync(ListAssociatedResourcesRequest request, AsyncHandler<ListAssociatedResourcesRequest,ListAssociatedResourcesResult> asyncHandler)
AWSAppRegistryAsyncLists all resources that are associated with specified application. Results are paginated.
listAssociatedResourcesAsync in interface AWSAppRegistryAsyncasyncHandler - 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.public Future<ListAttributeGroupsResult> listAttributeGroupsAsync(ListAttributeGroupsRequest request)
AWSAppRegistryAsyncLists all attribute groups which you have access to. Results are paginated.
listAttributeGroupsAsync in interface AWSAppRegistryAsyncpublic Future<ListAttributeGroupsResult> listAttributeGroupsAsync(ListAttributeGroupsRequest request, AsyncHandler<ListAttributeGroupsRequest,ListAttributeGroupsResult> asyncHandler)
AWSAppRegistryAsyncLists all attribute groups which you have access to. Results are paginated.
listAttributeGroupsAsync in interface AWSAppRegistryAsyncasyncHandler - 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.public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request)
AWSAppRegistryAsyncLists all of the tags on the resource.
listTagsForResourceAsync in interface AWSAppRegistryAsyncpublic Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AWSAppRegistryAsyncLists all of the tags on the resource.
listTagsForResourceAsync in interface AWSAppRegistryAsyncasyncHandler - 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.public Future<SyncResourceResult> syncResourceAsync(SyncResourceRequest request)
AWSAppRegistryAsyncSyncs the resource with current AppRegistry records.
Specifically, the resource’s AppRegistry system tags sync with its associated application. We remove the resource's AppRegistry system tags if it does not associate with the application. The caller must have permissions to read and update the resource.
syncResourceAsync in interface AWSAppRegistryAsyncpublic Future<SyncResourceResult> syncResourceAsync(SyncResourceRequest request, AsyncHandler<SyncResourceRequest,SyncResourceResult> asyncHandler)
AWSAppRegistryAsyncSyncs the resource with current AppRegistry records.
Specifically, the resource’s AppRegistry system tags sync with its associated application. We remove the resource's AppRegistry system tags if it does not associate with the application. The caller must have permissions to read and update the resource.
syncResourceAsync in interface AWSAppRegistryAsyncasyncHandler - 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.public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request)
AWSAppRegistryAsyncAssigns 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.
tagResourceAsync in interface AWSAppRegistryAsyncpublic Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AWSAppRegistryAsyncAssigns 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.
tagResourceAsync in interface AWSAppRegistryAsyncasyncHandler - 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.public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request)
AWSAppRegistryAsyncRemoves tags from a resource.
This operation returns an empty response if the call was successful.
untagResourceAsync in interface AWSAppRegistryAsyncpublic Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AWSAppRegistryAsyncRemoves tags from a resource.
This operation returns an empty response if the call was successful.
untagResourceAsync in interface AWSAppRegistryAsyncasyncHandler - 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.public Future<UpdateApplicationResult> updateApplicationAsync(UpdateApplicationRequest request)
AWSAppRegistryAsyncUpdates an existing application with new attributes.
updateApplicationAsync in interface AWSAppRegistryAsyncpublic Future<UpdateApplicationResult> updateApplicationAsync(UpdateApplicationRequest request, AsyncHandler<UpdateApplicationRequest,UpdateApplicationResult> asyncHandler)
AWSAppRegistryAsyncUpdates an existing application with new attributes.
updateApplicationAsync in interface AWSAppRegistryAsyncasyncHandler - 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.public Future<UpdateAttributeGroupResult> updateAttributeGroupAsync(UpdateAttributeGroupRequest request)
AWSAppRegistryAsyncUpdates an existing attribute group with new details.
updateAttributeGroupAsync in interface AWSAppRegistryAsyncpublic Future<UpdateAttributeGroupResult> updateAttributeGroupAsync(UpdateAttributeGroupRequest request, AsyncHandler<UpdateAttributeGroupRequest,UpdateAttributeGroupResult> asyncHandler)
AWSAppRegistryAsyncUpdates an existing attribute group with new details.
updateAttributeGroupAsync in interface AWSAppRegistryAsyncasyncHandler - 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.