@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSCloud9Async extends AbstractAWSCloud9 implements AWSCloud9Async
AWSCloud9Async
. Convenient method forms pass through to the corresponding overload
that takes a request object and an AsyncHandler
, which throws an UnsupportedOperationException
.ENDPOINT_PREFIX
createEnvironmentEC2, createEnvironmentMembership, deleteEnvironment, deleteEnvironmentMembership, describeEnvironmentMemberships, describeEnvironments, describeEnvironmentStatus, getCachedResponseMetadata, listEnvironments, shutdown, updateEnvironment, updateEnvironmentMembership
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createEnvironmentEC2, createEnvironmentMembership, deleteEnvironment, deleteEnvironmentMembership, describeEnvironmentMemberships, describeEnvironments, describeEnvironmentStatus, getCachedResponseMetadata, listEnvironments, shutdown, updateEnvironment, updateEnvironmentMembership
public Future<CreateEnvironmentEC2Result> createEnvironmentEC2Async(CreateEnvironmentEC2Request request)
AWSCloud9Async
Creates an AWS Cloud9 development environment, launches an Amazon Elastic Compute Cloud (Amazon EC2) instance, and then connects from the instance to the environment.
createEnvironmentEC2Async
in interface AWSCloud9Async
public Future<CreateEnvironmentEC2Result> createEnvironmentEC2Async(CreateEnvironmentEC2Request request, AsyncHandler<CreateEnvironmentEC2Request,CreateEnvironmentEC2Result> asyncHandler)
AWSCloud9Async
Creates an AWS Cloud9 development environment, launches an Amazon Elastic Compute Cloud (Amazon EC2) instance, and then connects from the instance to the environment.
createEnvironmentEC2Async
in interface AWSCloud9Async
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<CreateEnvironmentMembershipResult> createEnvironmentMembershipAsync(CreateEnvironmentMembershipRequest request)
AWSCloud9Async
Adds an environment member to an AWS Cloud9 development environment.
createEnvironmentMembershipAsync
in interface AWSCloud9Async
public Future<CreateEnvironmentMembershipResult> createEnvironmentMembershipAsync(CreateEnvironmentMembershipRequest request, AsyncHandler<CreateEnvironmentMembershipRequest,CreateEnvironmentMembershipResult> asyncHandler)
AWSCloud9Async
Adds an environment member to an AWS Cloud9 development environment.
createEnvironmentMembershipAsync
in interface AWSCloud9Async
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<DeleteEnvironmentResult> deleteEnvironmentAsync(DeleteEnvironmentRequest request)
AWSCloud9Async
Deletes an AWS Cloud9 development environment. If an Amazon EC2 instance is connected to the environment, also terminates the instance.
deleteEnvironmentAsync
in interface AWSCloud9Async
public Future<DeleteEnvironmentResult> deleteEnvironmentAsync(DeleteEnvironmentRequest request, AsyncHandler<DeleteEnvironmentRequest,DeleteEnvironmentResult> asyncHandler)
AWSCloud9Async
Deletes an AWS Cloud9 development environment. If an Amazon EC2 instance is connected to the environment, also terminates the instance.
deleteEnvironmentAsync
in interface AWSCloud9Async
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<DeleteEnvironmentMembershipResult> deleteEnvironmentMembershipAsync(DeleteEnvironmentMembershipRequest request)
AWSCloud9Async
Deletes an environment member from an AWS Cloud9 development environment.
deleteEnvironmentMembershipAsync
in interface AWSCloud9Async
public Future<DeleteEnvironmentMembershipResult> deleteEnvironmentMembershipAsync(DeleteEnvironmentMembershipRequest request, AsyncHandler<DeleteEnvironmentMembershipRequest,DeleteEnvironmentMembershipResult> asyncHandler)
AWSCloud9Async
Deletes an environment member from an AWS Cloud9 development environment.
deleteEnvironmentMembershipAsync
in interface AWSCloud9Async
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<DescribeEnvironmentMembershipsResult> describeEnvironmentMembershipsAsync(DescribeEnvironmentMembershipsRequest request)
AWSCloud9Async
Gets information about environment members for an AWS Cloud9 development environment.
describeEnvironmentMembershipsAsync
in interface AWSCloud9Async
public Future<DescribeEnvironmentMembershipsResult> describeEnvironmentMembershipsAsync(DescribeEnvironmentMembershipsRequest request, AsyncHandler<DescribeEnvironmentMembershipsRequest,DescribeEnvironmentMembershipsResult> asyncHandler)
AWSCloud9Async
Gets information about environment members for an AWS Cloud9 development environment.
describeEnvironmentMembershipsAsync
in interface AWSCloud9Async
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<DescribeEnvironmentStatusResult> describeEnvironmentStatusAsync(DescribeEnvironmentStatusRequest request)
AWSCloud9Async
Gets status information for an AWS Cloud9 development environment.
describeEnvironmentStatusAsync
in interface AWSCloud9Async
public Future<DescribeEnvironmentStatusResult> describeEnvironmentStatusAsync(DescribeEnvironmentStatusRequest request, AsyncHandler<DescribeEnvironmentStatusRequest,DescribeEnvironmentStatusResult> asyncHandler)
AWSCloud9Async
Gets status information for an AWS Cloud9 development environment.
describeEnvironmentStatusAsync
in interface AWSCloud9Async
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<DescribeEnvironmentsResult> describeEnvironmentsAsync(DescribeEnvironmentsRequest request)
AWSCloud9Async
Gets information about AWS Cloud9 development environments.
describeEnvironmentsAsync
in interface AWSCloud9Async
public Future<DescribeEnvironmentsResult> describeEnvironmentsAsync(DescribeEnvironmentsRequest request, AsyncHandler<DescribeEnvironmentsRequest,DescribeEnvironmentsResult> asyncHandler)
AWSCloud9Async
Gets information about AWS Cloud9 development environments.
describeEnvironmentsAsync
in interface AWSCloud9Async
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<ListEnvironmentsResult> listEnvironmentsAsync(ListEnvironmentsRequest request)
AWSCloud9Async
Gets a list of AWS Cloud9 development environment identifiers.
listEnvironmentsAsync
in interface AWSCloud9Async
public Future<ListEnvironmentsResult> listEnvironmentsAsync(ListEnvironmentsRequest request, AsyncHandler<ListEnvironmentsRequest,ListEnvironmentsResult> asyncHandler)
AWSCloud9Async
Gets a list of AWS Cloud9 development environment identifiers.
listEnvironmentsAsync
in interface AWSCloud9Async
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<UpdateEnvironmentResult> updateEnvironmentAsync(UpdateEnvironmentRequest request)
AWSCloud9Async
Changes the settings of an existing AWS Cloud9 development environment.
updateEnvironmentAsync
in interface AWSCloud9Async
public Future<UpdateEnvironmentResult> updateEnvironmentAsync(UpdateEnvironmentRequest request, AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResult> asyncHandler)
AWSCloud9Async
Changes the settings of an existing AWS Cloud9 development environment.
updateEnvironmentAsync
in interface AWSCloud9Async
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<UpdateEnvironmentMembershipResult> updateEnvironmentMembershipAsync(UpdateEnvironmentMembershipRequest request)
AWSCloud9Async
Changes the settings of an existing environment member for an AWS Cloud9 development environment.
updateEnvironmentMembershipAsync
in interface AWSCloud9Async
public Future<UpdateEnvironmentMembershipResult> updateEnvironmentMembershipAsync(UpdateEnvironmentMembershipRequest request, AsyncHandler<UpdateEnvironmentMembershipRequest,UpdateEnvironmentMembershipResult> asyncHandler)
AWSCloud9Async
Changes the settings of an existing environment member for an AWS Cloud9 development environment.
updateEnvironmentMembershipAsync
in interface AWSCloud9Async
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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.