@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_PREFIX
associateAttributeGroup, associateResource, createApplication, createAttributeGroup, deleteApplication, deleteAttributeGroup, disassociateAttributeGroup, disassociateResource, getApplication, getAttributeGroup, getCachedResponseMetadata, listApplications, listAssociatedAttributeGroups, listAssociatedResources, listAttributeGroups, listTagsForResource, shutdown, syncResource, tagResource, untagResource, updateApplication, updateAttributeGroup
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
associateAttributeGroup, associateResource, createApplication, createAttributeGroup, deleteApplication, deleteAttributeGroup, disassociateAttributeGroup, disassociateResource, getApplication, getAttributeGroup, getCachedResponseMetadata, listApplications, listAssociatedAttributeGroups, listAssociatedResources, listAttributeGroups, listTagsForResource, shutdown, syncResource, tagResource, untagResource, updateApplication, updateAttributeGroup
public Future<AssociateAttributeGroupResult> associateAttributeGroupAsync(AssociateAttributeGroupRequest request)
AWSAppRegistryAsync
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.
associateAttributeGroupAsync
in interface AWSAppRegistryAsync
public Future<AssociateAttributeGroupResult> associateAttributeGroupAsync(AssociateAttributeGroupRequest request, AsyncHandler<AssociateAttributeGroupRequest,AssociateAttributeGroupResult> asyncHandler)
AWSAppRegistryAsync
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.
associateAttributeGroupAsync
in interface AWSAppRegistryAsync
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.public Future<AssociateResourceResult> associateResourceAsync(AssociateResourceRequest request)
AWSAppRegistryAsync
Associates a resource with an application. Both the resource and the application can be specified either by ID or name.
associateResourceAsync
in interface AWSAppRegistryAsync
public Future<AssociateResourceResult> associateResourceAsync(AssociateResourceRequest request, AsyncHandler<AssociateResourceRequest,AssociateResourceResult> asyncHandler)
AWSAppRegistryAsync
Associates a resource with an application. Both the resource and the application can be specified either by ID or name.
associateResourceAsync
in interface AWSAppRegistryAsync
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.public Future<CreateApplicationResult> createApplicationAsync(CreateApplicationRequest request)
AWSAppRegistryAsync
Creates a new application that is the top-level node in a hierarchy of related cloud resource abstractions.
createApplicationAsync
in interface AWSAppRegistryAsync
public Future<CreateApplicationResult> createApplicationAsync(CreateApplicationRequest request, AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler)
AWSAppRegistryAsync
Creates a new application that is the top-level node in a hierarchy of related cloud resource abstractions.
createApplicationAsync
in interface AWSAppRegistryAsync
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.public Future<CreateAttributeGroupResult> createAttributeGroupAsync(CreateAttributeGroupRequest request)
AWSAppRegistryAsync
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.
createAttributeGroupAsync
in interface AWSAppRegistryAsync
public Future<CreateAttributeGroupResult> createAttributeGroupAsync(CreateAttributeGroupRequest request, AsyncHandler<CreateAttributeGroupRequest,CreateAttributeGroupResult> asyncHandler)
AWSAppRegistryAsync
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.
createAttributeGroupAsync
in interface AWSAppRegistryAsync
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.public Future<DeleteApplicationResult> deleteApplicationAsync(DeleteApplicationRequest request)
AWSAppRegistryAsync
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.
deleteApplicationAsync
in interface AWSAppRegistryAsync
public Future<DeleteApplicationResult> deleteApplicationAsync(DeleteApplicationRequest request, AsyncHandler<DeleteApplicationRequest,DeleteApplicationResult> asyncHandler)
AWSAppRegistryAsync
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.
deleteApplicationAsync
in interface AWSAppRegistryAsync
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.public Future<DeleteAttributeGroupResult> deleteAttributeGroupAsync(DeleteAttributeGroupRequest request)
AWSAppRegistryAsync
Deletes an attribute group, specified either by its attribute group ID or name.
deleteAttributeGroupAsync
in interface AWSAppRegistryAsync
public Future<DeleteAttributeGroupResult> deleteAttributeGroupAsync(DeleteAttributeGroupRequest request, AsyncHandler<DeleteAttributeGroupRequest,DeleteAttributeGroupResult> asyncHandler)
AWSAppRegistryAsync
Deletes an attribute group, specified either by its attribute group ID or name.
deleteAttributeGroupAsync
in interface AWSAppRegistryAsync
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.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 AWSAppRegistryAsync
public 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 AWSAppRegistryAsync
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.public Future<DisassociateResourceResult> disassociateResourceAsync(DisassociateResourceRequest request)
AWSAppRegistryAsync
Disassociates a resource from application. Both the resource and the application can be specified either by ID or name.
disassociateResourceAsync
in interface AWSAppRegistryAsync
public Future<DisassociateResourceResult> disassociateResourceAsync(DisassociateResourceRequest request, AsyncHandler<DisassociateResourceRequest,DisassociateResourceResult> asyncHandler)
AWSAppRegistryAsync
Disassociates a resource from application. Both the resource and the application can be specified either by ID or name.
disassociateResourceAsync
in interface AWSAppRegistryAsync
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.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 AWSAppRegistryAsync
public 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 AWSAppRegistryAsync
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.public Future<GetAttributeGroupResult> getAttributeGroupAsync(GetAttributeGroupRequest request)
AWSAppRegistryAsync
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.
getAttributeGroupAsync
in interface AWSAppRegistryAsync
public Future<GetAttributeGroupResult> getAttributeGroupAsync(GetAttributeGroupRequest request, AsyncHandler<GetAttributeGroupRequest,GetAttributeGroupResult> asyncHandler)
AWSAppRegistryAsync
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.
getAttributeGroupAsync
in interface AWSAppRegistryAsync
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.public Future<ListApplicationsResult> listApplicationsAsync(ListApplicationsRequest request)
AWSAppRegistryAsync
Retrieves a list of all of your applications. Results are paginated.
listApplicationsAsync
in interface AWSAppRegistryAsync
public Future<ListApplicationsResult> listApplicationsAsync(ListApplicationsRequest request, AsyncHandler<ListApplicationsRequest,ListApplicationsResult> asyncHandler)
AWSAppRegistryAsync
Retrieves a list of all of your applications. Results are paginated.
listApplicationsAsync
in interface AWSAppRegistryAsync
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.public Future<ListAssociatedAttributeGroupsResult> listAssociatedAttributeGroupsAsync(ListAssociatedAttributeGroupsRequest request)
AWSAppRegistryAsync
Lists all attribute groups that are associated with specified application. Results are paginated.
listAssociatedAttributeGroupsAsync
in interface AWSAppRegistryAsync
public Future<ListAssociatedAttributeGroupsResult> listAssociatedAttributeGroupsAsync(ListAssociatedAttributeGroupsRequest request, AsyncHandler<ListAssociatedAttributeGroupsRequest,ListAssociatedAttributeGroupsResult> asyncHandler)
AWSAppRegistryAsync
Lists all attribute groups that are associated with specified application. Results are paginated.
listAssociatedAttributeGroupsAsync
in interface AWSAppRegistryAsync
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.public Future<ListAssociatedResourcesResult> listAssociatedResourcesAsync(ListAssociatedResourcesRequest request)
AWSAppRegistryAsync
Lists all resources that are associated with specified application. Results are paginated.
listAssociatedResourcesAsync
in interface AWSAppRegistryAsync
public Future<ListAssociatedResourcesResult> listAssociatedResourcesAsync(ListAssociatedResourcesRequest request, AsyncHandler<ListAssociatedResourcesRequest,ListAssociatedResourcesResult> asyncHandler)
AWSAppRegistryAsync
Lists all resources that are associated with specified application. Results are paginated.
listAssociatedResourcesAsync
in interface AWSAppRegistryAsync
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.public Future<ListAttributeGroupsResult> listAttributeGroupsAsync(ListAttributeGroupsRequest request)
AWSAppRegistryAsync
Lists all attribute groups which you have access to. Results are paginated.
listAttributeGroupsAsync
in interface AWSAppRegistryAsync
public Future<ListAttributeGroupsResult> listAttributeGroupsAsync(ListAttributeGroupsRequest request, AsyncHandler<ListAttributeGroupsRequest,ListAttributeGroupsResult> asyncHandler)
AWSAppRegistryAsync
Lists all attribute groups which you have access to. Results are paginated.
listAttributeGroupsAsync
in interface AWSAppRegistryAsync
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.public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request)
AWSAppRegistryAsync
Lists all of the tags on the resource.
listTagsForResourceAsync
in interface AWSAppRegistryAsync
public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AWSAppRegistryAsync
Lists all of the tags on the resource.
listTagsForResourceAsync
in interface AWSAppRegistryAsync
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.public Future<SyncResourceResult> syncResourceAsync(SyncResourceRequest request)
AWSAppRegistryAsync
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.
syncResourceAsync
in interface AWSAppRegistryAsync
public Future<SyncResourceResult> syncResourceAsync(SyncResourceRequest request, AsyncHandler<SyncResourceRequest,SyncResourceResult> asyncHandler)
AWSAppRegistryAsync
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.
syncResourceAsync
in interface AWSAppRegistryAsync
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.public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request)
AWSAppRegistryAsync
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.
tagResourceAsync
in interface AWSAppRegistryAsync
public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AWSAppRegistryAsync
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.
tagResourceAsync
in interface AWSAppRegistryAsync
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.public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request)
AWSAppRegistryAsync
Removes tags from a resource.
This operation returns an empty response if the call was successful.
untagResourceAsync
in interface AWSAppRegistryAsync
public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AWSAppRegistryAsync
Removes tags from a resource.
This operation returns an empty response if the call was successful.
untagResourceAsync
in interface AWSAppRegistryAsync
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.public Future<UpdateApplicationResult> updateApplicationAsync(UpdateApplicationRequest request)
AWSAppRegistryAsync
Updates an existing application with new attributes.
updateApplicationAsync
in interface AWSAppRegistryAsync
public Future<UpdateApplicationResult> updateApplicationAsync(UpdateApplicationRequest request, AsyncHandler<UpdateApplicationRequest,UpdateApplicationResult> asyncHandler)
AWSAppRegistryAsync
Updates an existing application with new attributes.
updateApplicationAsync
in interface AWSAppRegistryAsync
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.public Future<UpdateAttributeGroupResult> updateAttributeGroupAsync(UpdateAttributeGroupRequest request)
AWSAppRegistryAsync
Updates an existing attribute group with new details.
updateAttributeGroupAsync
in interface AWSAppRegistryAsync
public Future<UpdateAttributeGroupResult> updateAttributeGroupAsync(UpdateAttributeGroupRequest request, AsyncHandler<UpdateAttributeGroupRequest,UpdateAttributeGroupResult> asyncHandler)
AWSAppRegistryAsync
Updates an existing attribute group with new details.
updateAttributeGroupAsync
in interface AWSAppRegistryAsync
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.