@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AWSAppRegistryAsyncClient extends AWSAppRegistryClient implements AWSAppRegistryAsync
AsyncHandler
can be used to receive
notification when an asynchronous operation completes.
Amazon Web Services Service Catalog AppRegistry enables organizations to understand the application context of their Amazon Web Services resources. AppRegistry provides a repository of your applications, their resources, and the application metadata that you use within your enterprise.
LOGGING_AWS_REQUEST_METRIC
ENDPOINT_PREFIX
associateAttributeGroup, associateResource, builder, createApplication, createAttributeGroup, deleteApplication, deleteAttributeGroup, disassociateAttributeGroup, disassociateResource, getApplication, getAssociatedResource, getAttributeGroup, getCachedResponseMetadata, getConfiguration, listApplications, listAssociatedAttributeGroups, listAssociatedResources, listAttributeGroups, listAttributeGroupsForApplication, listTagsForResource, putConfiguration, syncResource, tagResource, untagResource, updateApplication, updateAttributeGroup
addRequestHandler, addRequestHandler, configureRegion, getClientConfiguration, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffset
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
associateAttributeGroup, associateResource, createApplication, createAttributeGroup, deleteApplication, deleteAttributeGroup, disassociateAttributeGroup, disassociateResource, getApplication, getAssociatedResource, getAttributeGroup, getCachedResponseMetadata, getConfiguration, listApplications, listAssociatedAttributeGroups, listAssociatedResources, listAttributeGroups, listAttributeGroupsForApplication, listTagsForResource, putConfiguration, syncResource, tagResource, untagResource, updateApplication, updateAttributeGroup
public static AWSAppRegistryAsyncClientBuilder asyncBuilder()
public ExecutorService getExecutorService()
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. The resource can be specified by its ARN or name. The application can be specified by ARN, ID, or name.
Minimum permissions
You must have the following permissions to associate a resource using the OPTIONS
parameter set to
APPLY_APPLICATION_TAG
.
tag:GetResources
tag:TagResources
You must also have these additional permissions if you don't use the
AWSServiceCatalogAppRegistryFullAccess
policy. For more information, see AWSServiceCatalogAppRegistryFullAccess in the AppRegistry Administrator Guide.
resource-groups:AssociateResource
cloudformation:UpdateStack
cloudformation:DescribeStacks
In addition, you must have the tagging permission defined by the Amazon Web Services service that creates the resource. For more information, see TagResources in the Resource Groups Tagging API Reference.
associateResourceAsync
in interface AWSAppRegistryAsync
public Future<AssociateResourceResult> associateResourceAsync(AssociateResourceRequest request, AsyncHandler<AssociateResourceRequest,AssociateResourceResult> asyncHandler)
AWSAppRegistryAsync
Associates a resource with an application. The resource can be specified by its ARN or name. The application can be specified by ARN, ID, or name.
Minimum permissions
You must have the following permissions to associate a resource using the OPTIONS
parameter set to
APPLY_APPLICATION_TAG
.
tag:GetResources
tag:TagResources
You must also have these additional permissions if you don't use the
AWSServiceCatalogAppRegistryFullAccess
policy. For more information, see AWSServiceCatalogAppRegistryFullAccess in the AppRegistry Administrator Guide.
resource-groups:AssociateResource
cloudformation:UpdateStack
cloudformation:DescribeStacks
In addition, you must have the tagging permission defined by the Amazon Web Services service that creates the resource. For more information, see TagResources in the Resource Groups Tagging API Reference.
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, name, or ARN. 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, name, or ARN. 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, name, or ARN.
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, name, or ARN.
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.
Minimum permissions
You must have the following permissions to remove a resource that's been associated with an application using the
APPLY_APPLICATION_TAG
option for AssociateResource.
tag:GetResources
tag:UntagResources
You must also have the following permissions if you don't use the
AWSServiceCatalogAppRegistryFullAccess
policy. For more information, see AWSServiceCatalogAppRegistryFullAccess in the AppRegistry Administrator Guide.
resource-groups:DisassociateResource
cloudformation:UpdateStack
cloudformation:DescribeStacks
In addition, you must have the tagging permission defined by the Amazon Web Services service that creates the resource. For more information, see UntagResources in the Resource Groups Tagging API Reference.
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.
Minimum permissions
You must have the following permissions to remove a resource that's been associated with an application using the
APPLY_APPLICATION_TAG
option for AssociateResource.
tag:GetResources
tag:UntagResources
You must also have the following permissions if you don't use the
AWSServiceCatalogAppRegistryFullAccess
policy. For more information, see AWSServiceCatalogAppRegistryFullAccess in the AppRegistry Administrator Guide.
resource-groups:DisassociateResource
cloudformation:UpdateStack
cloudformation:DescribeStacks
In addition, you must have the tagging permission defined by the Amazon Web Services service that creates the resource. For more information, see UntagResources in the Resource Groups Tagging API Reference.
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 by its ARN, ID,
or name (which is unique within one account in one region at a given point in time). Specify by ARN or 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 by its ARN, ID,
or name (which is unique within one account in one region at a given point in time). Specify by ARN or 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<GetAssociatedResourceResult> getAssociatedResourceAsync(GetAssociatedResourceRequest request)
AWSAppRegistryAsync
Gets the resource associated with the application.
getAssociatedResourceAsync
in interface AWSAppRegistryAsync
public Future<GetAssociatedResourceResult> getAssociatedResourceAsync(GetAssociatedResourceRequest request, AsyncHandler<GetAssociatedResourceRequest,GetAssociatedResourceResult> asyncHandler)
AWSAppRegistryAsync
Gets the resource associated with the application.
getAssociatedResourceAsync
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 by its ARN, ID, or name. The attribute group can be specified by its ARN, ID, or name.
getAttributeGroupAsync
in interface AWSAppRegistryAsync
public Future<GetAttributeGroupResult> getAttributeGroupAsync(GetAttributeGroupRequest request, AsyncHandler<GetAttributeGroupRequest,GetAttributeGroupResult> asyncHandler)
AWSAppRegistryAsync
Retrieves an attribute group by its ARN, ID, or name. The attribute group can be specified by its ARN, ID, or 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<GetConfigurationResult> getConfigurationAsync(GetConfigurationRequest request)
AWSAppRegistryAsync
Retrieves a TagKey
configuration from an account.
getConfigurationAsync
in interface AWSAppRegistryAsync
public Future<GetConfigurationResult> getConfigurationAsync(GetConfigurationRequest request, AsyncHandler<GetConfigurationRequest,GetConfigurationResult> asyncHandler)
AWSAppRegistryAsync
Retrieves a TagKey
configuration from an account.
getConfigurationAsync
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 of the resources that are associated with the specified application. Results are paginated.
If you share an application, and a consumer account associates a tag query to the application, all of the users who can access the application can also view the tag values in all accounts that are associated with it using this API.
listAssociatedResourcesAsync
in interface AWSAppRegistryAsync
public Future<ListAssociatedResourcesResult> listAssociatedResourcesAsync(ListAssociatedResourcesRequest request, AsyncHandler<ListAssociatedResourcesRequest,ListAssociatedResourcesResult> asyncHandler)
AWSAppRegistryAsync
Lists all of the resources that are associated with the specified application. Results are paginated.
If you share an application, and a consumer account associates a tag query to the application, all of the users who can access the application can also view the tag values in all accounts that are associated with it using this API.
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<ListAttributeGroupsForApplicationResult> listAttributeGroupsForApplicationAsync(ListAttributeGroupsForApplicationRequest request)
AWSAppRegistryAsync
Lists the details of all attribute groups associated with a specific application. The results display in pages.
listAttributeGroupsForApplicationAsync
in interface AWSAppRegistryAsync
public Future<ListAttributeGroupsForApplicationResult> listAttributeGroupsForApplicationAsync(ListAttributeGroupsForApplicationRequest request, AsyncHandler<ListAttributeGroupsForApplicationRequest,ListAttributeGroupsForApplicationResult> asyncHandler)
AWSAppRegistryAsync
Lists the details of all attribute groups associated with a specific application. The results display in pages.
listAttributeGroupsForApplicationAsync
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<PutConfigurationResult> putConfigurationAsync(PutConfigurationRequest request)
AWSAppRegistryAsync
Associates a TagKey
configuration to an account.
putConfigurationAsync
in interface AWSAppRegistryAsync
public Future<PutConfigurationResult> putConfigurationAsync(PutConfigurationRequest request, AsyncHandler<PutConfigurationRequest,PutConfigurationResult> asyncHandler)
AWSAppRegistryAsync
Associates a TagKey
configuration to an account.
putConfigurationAsync
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 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 AWSAppRegistryAsync
public Future<SyncResourceResult> syncResourceAsync(SyncResourceRequest request, AsyncHandler<SyncResourceRequest,SyncResourceResult> asyncHandler)
AWSAppRegistryAsync
Syncs 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 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.public void shutdown()
getExecutorService().shutdown()
followed by getExecutorService().awaitTermination()
prior to
calling this method.shutdown
in interface AWSAppRegistry
shutdown
in class AWSAppRegistryClient