@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSServerlessApplicationRepositoryAsync extends AbstractAWSServerlessApplicationRepository implements AWSServerlessApplicationRepositoryAsync
AWSServerlessApplicationRepositoryAsync
. Convenient method forms pass through to
the corresponding overload that takes a request object and an AsyncHandler
, which throws an
UnsupportedOperationException
.ENDPOINT_PREFIX
createApplication, createApplicationVersion, createCloudFormationChangeSet, createCloudFormationTemplate, deleteApplication, getApplication, getApplicationPolicy, getCachedResponseMetadata, getCloudFormationTemplate, listApplicationDependencies, listApplications, listApplicationVersions, putApplicationPolicy, shutdown, unshareApplication, updateApplication
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createApplication, createApplicationVersion, createCloudFormationChangeSet, createCloudFormationTemplate, deleteApplication, getApplication, getApplicationPolicy, getCachedResponseMetadata, getCloudFormationTemplate, listApplicationDependencies, listApplications, listApplicationVersions, putApplicationPolicy, shutdown, unshareApplication, updateApplication
public Future<CreateApplicationResult> createApplicationAsync(CreateApplicationRequest request)
AWSServerlessApplicationRepositoryAsync
Creates an application, optionally including an AWS SAM file to create the first application version in the same call.
createApplicationAsync
in interface AWSServerlessApplicationRepositoryAsync
public Future<CreateApplicationResult> createApplicationAsync(CreateApplicationRequest request, AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler)
AWSServerlessApplicationRepositoryAsync
Creates an application, optionally including an AWS SAM file to create the first application version in the same call.
createApplicationAsync
in interface AWSServerlessApplicationRepositoryAsync
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<CreateApplicationVersionResult> createApplicationVersionAsync(CreateApplicationVersionRequest request)
AWSServerlessApplicationRepositoryAsync
Creates an application version.
createApplicationVersionAsync
in interface AWSServerlessApplicationRepositoryAsync
public Future<CreateApplicationVersionResult> createApplicationVersionAsync(CreateApplicationVersionRequest request, AsyncHandler<CreateApplicationVersionRequest,CreateApplicationVersionResult> asyncHandler)
AWSServerlessApplicationRepositoryAsync
Creates an application version.
createApplicationVersionAsync
in interface AWSServerlessApplicationRepositoryAsync
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<CreateCloudFormationChangeSetResult> createCloudFormationChangeSetAsync(CreateCloudFormationChangeSetRequest request)
AWSServerlessApplicationRepositoryAsync
Creates an AWS CloudFormation change set for the given application.
createCloudFormationChangeSetAsync
in interface AWSServerlessApplicationRepositoryAsync
public Future<CreateCloudFormationChangeSetResult> createCloudFormationChangeSetAsync(CreateCloudFormationChangeSetRequest request, AsyncHandler<CreateCloudFormationChangeSetRequest,CreateCloudFormationChangeSetResult> asyncHandler)
AWSServerlessApplicationRepositoryAsync
Creates an AWS CloudFormation change set for the given application.
createCloudFormationChangeSetAsync
in interface AWSServerlessApplicationRepositoryAsync
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<CreateCloudFormationTemplateResult> createCloudFormationTemplateAsync(CreateCloudFormationTemplateRequest request)
AWSServerlessApplicationRepositoryAsync
Creates an AWS CloudFormation template.
createCloudFormationTemplateAsync
in interface AWSServerlessApplicationRepositoryAsync
public Future<CreateCloudFormationTemplateResult> createCloudFormationTemplateAsync(CreateCloudFormationTemplateRequest request, AsyncHandler<CreateCloudFormationTemplateRequest,CreateCloudFormationTemplateResult> asyncHandler)
AWSServerlessApplicationRepositoryAsync
Creates an AWS CloudFormation template.
createCloudFormationTemplateAsync
in interface AWSServerlessApplicationRepositoryAsync
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)
AWSServerlessApplicationRepositoryAsync
Deletes the specified application.
deleteApplicationAsync
in interface AWSServerlessApplicationRepositoryAsync
public Future<DeleteApplicationResult> deleteApplicationAsync(DeleteApplicationRequest request, AsyncHandler<DeleteApplicationRequest,DeleteApplicationResult> asyncHandler)
AWSServerlessApplicationRepositoryAsync
Deletes the specified application.
deleteApplicationAsync
in interface AWSServerlessApplicationRepositoryAsync
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)
AWSServerlessApplicationRepositoryAsync
Gets the specified application.
getApplicationAsync
in interface AWSServerlessApplicationRepositoryAsync
public Future<GetApplicationResult> getApplicationAsync(GetApplicationRequest request, AsyncHandler<GetApplicationRequest,GetApplicationResult> asyncHandler)
AWSServerlessApplicationRepositoryAsync
Gets the specified application.
getApplicationAsync
in interface AWSServerlessApplicationRepositoryAsync
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<GetApplicationPolicyResult> getApplicationPolicyAsync(GetApplicationPolicyRequest request)
AWSServerlessApplicationRepositoryAsync
Retrieves the policy for the application.
getApplicationPolicyAsync
in interface AWSServerlessApplicationRepositoryAsync
public Future<GetApplicationPolicyResult> getApplicationPolicyAsync(GetApplicationPolicyRequest request, AsyncHandler<GetApplicationPolicyRequest,GetApplicationPolicyResult> asyncHandler)
AWSServerlessApplicationRepositoryAsync
Retrieves the policy for the application.
getApplicationPolicyAsync
in interface AWSServerlessApplicationRepositoryAsync
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<GetCloudFormationTemplateResult> getCloudFormationTemplateAsync(GetCloudFormationTemplateRequest request)
AWSServerlessApplicationRepositoryAsync
Gets the specified AWS CloudFormation template.
getCloudFormationTemplateAsync
in interface AWSServerlessApplicationRepositoryAsync
public Future<GetCloudFormationTemplateResult> getCloudFormationTemplateAsync(GetCloudFormationTemplateRequest request, AsyncHandler<GetCloudFormationTemplateRequest,GetCloudFormationTemplateResult> asyncHandler)
AWSServerlessApplicationRepositoryAsync
Gets the specified AWS CloudFormation template.
getCloudFormationTemplateAsync
in interface AWSServerlessApplicationRepositoryAsync
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<ListApplicationDependenciesResult> listApplicationDependenciesAsync(ListApplicationDependenciesRequest request)
AWSServerlessApplicationRepositoryAsync
Retrieves the list of applications nested in the containing application.
listApplicationDependenciesAsync
in interface AWSServerlessApplicationRepositoryAsync
public Future<ListApplicationDependenciesResult> listApplicationDependenciesAsync(ListApplicationDependenciesRequest request, AsyncHandler<ListApplicationDependenciesRequest,ListApplicationDependenciesResult> asyncHandler)
AWSServerlessApplicationRepositoryAsync
Retrieves the list of applications nested in the containing application.
listApplicationDependenciesAsync
in interface AWSServerlessApplicationRepositoryAsync
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<ListApplicationVersionsResult> listApplicationVersionsAsync(ListApplicationVersionsRequest request)
AWSServerlessApplicationRepositoryAsync
Lists versions for the specified application.
listApplicationVersionsAsync
in interface AWSServerlessApplicationRepositoryAsync
public Future<ListApplicationVersionsResult> listApplicationVersionsAsync(ListApplicationVersionsRequest request, AsyncHandler<ListApplicationVersionsRequest,ListApplicationVersionsResult> asyncHandler)
AWSServerlessApplicationRepositoryAsync
Lists versions for the specified application.
listApplicationVersionsAsync
in interface AWSServerlessApplicationRepositoryAsync
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)
AWSServerlessApplicationRepositoryAsync
Lists applications owned by the requester.
listApplicationsAsync
in interface AWSServerlessApplicationRepositoryAsync
public Future<ListApplicationsResult> listApplicationsAsync(ListApplicationsRequest request, AsyncHandler<ListApplicationsRequest,ListApplicationsResult> asyncHandler)
AWSServerlessApplicationRepositoryAsync
Lists applications owned by the requester.
listApplicationsAsync
in interface AWSServerlessApplicationRepositoryAsync
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<PutApplicationPolicyResult> putApplicationPolicyAsync(PutApplicationPolicyRequest request)
AWSServerlessApplicationRepositoryAsync
Sets the permission policy for an application. For the list of actions supported for this operation, see Application Permissions .
putApplicationPolicyAsync
in interface AWSServerlessApplicationRepositoryAsync
public Future<PutApplicationPolicyResult> putApplicationPolicyAsync(PutApplicationPolicyRequest request, AsyncHandler<PutApplicationPolicyRequest,PutApplicationPolicyResult> asyncHandler)
AWSServerlessApplicationRepositoryAsync
Sets the permission policy for an application. For the list of actions supported for this operation, see Application Permissions .
putApplicationPolicyAsync
in interface AWSServerlessApplicationRepositoryAsync
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<UnshareApplicationResult> unshareApplicationAsync(UnshareApplicationRequest request)
AWSServerlessApplicationRepositoryAsync
Unshares an application from an AWS Organization.
This operation can be called only from the organization's master account.
unshareApplicationAsync
in interface AWSServerlessApplicationRepositoryAsync
public Future<UnshareApplicationResult> unshareApplicationAsync(UnshareApplicationRequest request, AsyncHandler<UnshareApplicationRequest,UnshareApplicationResult> asyncHandler)
AWSServerlessApplicationRepositoryAsync
Unshares an application from an AWS Organization.
This operation can be called only from the organization's master account.
unshareApplicationAsync
in interface AWSServerlessApplicationRepositoryAsync
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)
AWSServerlessApplicationRepositoryAsync
Updates the specified application.
updateApplicationAsync
in interface AWSServerlessApplicationRepositoryAsync
public Future<UpdateApplicationResult> updateApplicationAsync(UpdateApplicationRequest request, AsyncHandler<UpdateApplicationRequest,UpdateApplicationResult> asyncHandler)
AWSServerlessApplicationRepositoryAsync
Updates the specified application.
updateApplicationAsync
in interface AWSServerlessApplicationRepositoryAsync
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.