Interface Cloud9AsyncClient
-
- All Superinterfaces:
AutoCloseable,AwsClient,SdkAutoCloseable,SdkClient
@Generated("software.amazon.awssdk:codegen") @ThreadSafe public interface Cloud9AsyncClient extends AwsClient
Service client for accessing AWS Cloud9 asynchronously. This can be created using the staticbuilder()method.Cloud9 Cloud9 is a collection of tools that you can use to code, build, run, test, debug, and release software in the cloud.
For more information about Cloud9, see the Cloud9 User Guide.
Cloud9 supports these operations:
-
CreateEnvironmentEC2: Creates an Cloud9 development environment, launches an Amazon EC2 instance, and then connects from the instance to the environment. -
CreateEnvironmentMembership: Adds an environment member to an environment. -
DeleteEnvironment: Deletes an environment. If an Amazon EC2 instance is connected to the environment, also terminates the instance. -
DeleteEnvironmentMembership: Deletes an environment member from an environment. -
DescribeEnvironmentMemberships: Gets information about environment members for an environment. -
DescribeEnvironments: Gets information about environments. -
DescribeEnvironmentStatus: Gets status information for an environment. -
ListEnvironments: Gets a list of environment identifiers. -
ListTagsForResource: Gets the tags for an environment. -
TagResource: Adds tags to an environment. -
UntagResource: Removes tags from an environment. -
UpdateEnvironment: Changes the settings of an existing environment. -
UpdateEnvironmentMembership: Changes the settings of an existing environment member for an environment.
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_METADATA_IDValue for looking up the service's metadata from theServiceMetadataProvider.static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static Cloud9AsyncClientBuilderbuilder()Create a builder that can be used to configure and create aCloud9AsyncClient.static Cloud9AsyncClientcreate()Create aCloud9AsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider.default CompletableFuture<CreateEnvironmentEc2Response>createEnvironmentEC2(Consumer<CreateEnvironmentEc2Request.Builder> createEnvironmentEc2Request)Creates an Cloud9 development environment, launches an Amazon Elastic Compute Cloud (Amazon EC2) instance, and then connects from the instance to the environment.default CompletableFuture<CreateEnvironmentEc2Response>createEnvironmentEC2(CreateEnvironmentEc2Request createEnvironmentEc2Request)Creates an Cloud9 development environment, launches an Amazon Elastic Compute Cloud (Amazon EC2) instance, and then connects from the instance to the environment.default CompletableFuture<CreateEnvironmentMembershipResponse>createEnvironmentMembership(Consumer<CreateEnvironmentMembershipRequest.Builder> createEnvironmentMembershipRequest)Adds an environment member to an Cloud9 development environment.default CompletableFuture<CreateEnvironmentMembershipResponse>createEnvironmentMembership(CreateEnvironmentMembershipRequest createEnvironmentMembershipRequest)Adds an environment member to an Cloud9 development environment.default CompletableFuture<DeleteEnvironmentResponse>deleteEnvironment(Consumer<DeleteEnvironmentRequest.Builder> deleteEnvironmentRequest)Deletes an Cloud9 development environment.default CompletableFuture<DeleteEnvironmentResponse>deleteEnvironment(DeleteEnvironmentRequest deleteEnvironmentRequest)Deletes an Cloud9 development environment.default CompletableFuture<DeleteEnvironmentMembershipResponse>deleteEnvironmentMembership(Consumer<DeleteEnvironmentMembershipRequest.Builder> deleteEnvironmentMembershipRequest)Deletes an environment member from a development environment.default CompletableFuture<DeleteEnvironmentMembershipResponse>deleteEnvironmentMembership(DeleteEnvironmentMembershipRequest deleteEnvironmentMembershipRequest)Deletes an environment member from a development environment.default CompletableFuture<DescribeEnvironmentMembershipsResponse>describeEnvironmentMemberships()Gets information about environment members for an Cloud9 development environment.default CompletableFuture<DescribeEnvironmentMembershipsResponse>describeEnvironmentMemberships(Consumer<DescribeEnvironmentMembershipsRequest.Builder> describeEnvironmentMembershipsRequest)Gets information about environment members for an Cloud9 development environment.default CompletableFuture<DescribeEnvironmentMembershipsResponse>describeEnvironmentMemberships(DescribeEnvironmentMembershipsRequest describeEnvironmentMembershipsRequest)Gets information about environment members for an Cloud9 development environment.default DescribeEnvironmentMembershipsPublisherdescribeEnvironmentMembershipsPaginator()Gets information about environment members for an Cloud9 development environment.default DescribeEnvironmentMembershipsPublisherdescribeEnvironmentMembershipsPaginator(Consumer<DescribeEnvironmentMembershipsRequest.Builder> describeEnvironmentMembershipsRequest)Gets information about environment members for an Cloud9 development environment.default DescribeEnvironmentMembershipsPublisherdescribeEnvironmentMembershipsPaginator(DescribeEnvironmentMembershipsRequest describeEnvironmentMembershipsRequest)Gets information about environment members for an Cloud9 development environment.default CompletableFuture<DescribeEnvironmentsResponse>describeEnvironments(Consumer<DescribeEnvironmentsRequest.Builder> describeEnvironmentsRequest)Gets information about Cloud9 development environments.default CompletableFuture<DescribeEnvironmentsResponse>describeEnvironments(DescribeEnvironmentsRequest describeEnvironmentsRequest)Gets information about Cloud9 development environments.default CompletableFuture<DescribeEnvironmentStatusResponse>describeEnvironmentStatus(Consumer<DescribeEnvironmentStatusRequest.Builder> describeEnvironmentStatusRequest)Gets status information for an Cloud9 development environment.default CompletableFuture<DescribeEnvironmentStatusResponse>describeEnvironmentStatus(DescribeEnvironmentStatusRequest describeEnvironmentStatusRequest)Gets status information for an Cloud9 development environment.default CompletableFuture<ListEnvironmentsResponse>listEnvironments()Gets a list of Cloud9 development environment identifiers.default CompletableFuture<ListEnvironmentsResponse>listEnvironments(Consumer<ListEnvironmentsRequest.Builder> listEnvironmentsRequest)Gets a list of Cloud9 development environment identifiers.default CompletableFuture<ListEnvironmentsResponse>listEnvironments(ListEnvironmentsRequest listEnvironmentsRequest)Gets a list of Cloud9 development environment identifiers.default ListEnvironmentsPublisherlistEnvironmentsPaginator()Gets a list of Cloud9 development environment identifiers.default ListEnvironmentsPublisherlistEnvironmentsPaginator(Consumer<ListEnvironmentsRequest.Builder> listEnvironmentsRequest)Gets a list of Cloud9 development environment identifiers.default ListEnvironmentsPublisherlistEnvironmentsPaginator(ListEnvironmentsRequest listEnvironmentsRequest)Gets a list of Cloud9 development environment identifiers.default CompletableFuture<ListTagsForResourceResponse>listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Gets a list of the tags associated with an Cloud9 development environment.default CompletableFuture<ListTagsForResourceResponse>listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Gets a list of the tags associated with an Cloud9 development environment.default Cloud9ServiceClientConfigurationserviceClientConfiguration()default CompletableFuture<TagResourceResponse>tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds tags to an Cloud9 development environment.default CompletableFuture<TagResourceResponse>tagResource(TagResourceRequest tagResourceRequest)Adds tags to an Cloud9 development environment.default CompletableFuture<UntagResourceResponse>untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from an Cloud9 development environment.default CompletableFuture<UntagResourceResponse>untagResource(UntagResourceRequest untagResourceRequest)Removes tags from an Cloud9 development environment.default CompletableFuture<UpdateEnvironmentResponse>updateEnvironment(Consumer<UpdateEnvironmentRequest.Builder> updateEnvironmentRequest)Changes the settings of an existing Cloud9 development environment.default CompletableFuture<UpdateEnvironmentResponse>updateEnvironment(UpdateEnvironmentRequest updateEnvironmentRequest)Changes the settings of an existing Cloud9 development environment.default CompletableFuture<UpdateEnvironmentMembershipResponse>updateEnvironmentMembership(Consumer<UpdateEnvironmentMembershipRequest.Builder> updateEnvironmentMembershipRequest)Changes the settings of an existing environment member for an Cloud9 development environment.default CompletableFuture<UpdateEnvironmentMembershipResponse>updateEnvironmentMembership(UpdateEnvironmentMembershipRequest updateEnvironmentMembershipRequest)Changes the settings of an existing environment member for an Cloud9 development environment.-
Methods inherited from interface software.amazon.awssdk.utils.SdkAutoCloseable
close
-
Methods inherited from interface software.amazon.awssdk.core.SdkClient
serviceName
-
-
-
-
Field Detail
-
SERVICE_NAME
static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
SERVICE_METADATA_ID
static final String SERVICE_METADATA_ID
Value for looking up the service's metadata from theServiceMetadataProvider.- See Also:
- Constant Field Values
-
-
Method Detail
-
createEnvironmentEC2
default CompletableFuture<CreateEnvironmentEc2Response> createEnvironmentEC2(CreateEnvironmentEc2Request createEnvironmentEc2Request)
Creates an Cloud9 development environment, launches an Amazon Elastic Compute Cloud (Amazon EC2) instance, and then connects from the instance to the environment.
- Parameters:
createEnvironmentEc2Request-- Returns:
- A Java Future containing the result of the CreateEnvironmentEC2 operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- BadRequestException The target request is invalid.
- ConflictException A conflict occurred.
- NotFoundException The target resource cannot be found.
- ForbiddenException An access permissions issue occurred.
- TooManyRequestsException Too many service requests were made over the given time period.
- LimitExceededException A service limit was exceeded.
- InternalServerErrorException An internal server error occurred.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Cloud9Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
createEnvironmentEC2
default CompletableFuture<CreateEnvironmentEc2Response> createEnvironmentEC2(Consumer<CreateEnvironmentEc2Request.Builder> createEnvironmentEc2Request)
Creates an Cloud9 development environment, launches an Amazon Elastic Compute Cloud (Amazon EC2) instance, and then connects from the instance to the environment.
This is a convenience which creates an instance of the
CreateEnvironmentEc2Request.Builderavoiding the need to create one manually viaCreateEnvironmentEc2Request.builder()- Parameters:
createEnvironmentEc2Request- AConsumerthat will call methods onCreateEnvironmentEc2Request.Builderto create a request.- Returns:
- A Java Future containing the result of the CreateEnvironmentEC2 operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- BadRequestException The target request is invalid.
- ConflictException A conflict occurred.
- NotFoundException The target resource cannot be found.
- ForbiddenException An access permissions issue occurred.
- TooManyRequestsException Too many service requests were made over the given time period.
- LimitExceededException A service limit was exceeded.
- InternalServerErrorException An internal server error occurred.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Cloud9Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
createEnvironmentMembership
default CompletableFuture<CreateEnvironmentMembershipResponse> createEnvironmentMembership(CreateEnvironmentMembershipRequest createEnvironmentMembershipRequest)
Adds an environment member to an Cloud9 development environment.
- Parameters:
createEnvironmentMembershipRequest-- Returns:
- A Java Future containing the result of the CreateEnvironmentMembership operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- BadRequestException The target request is invalid.
- ConflictException A conflict occurred.
- NotFoundException The target resource cannot be found.
- ForbiddenException An access permissions issue occurred.
- TooManyRequestsException Too many service requests were made over the given time period.
- LimitExceededException A service limit was exceeded.
- InternalServerErrorException An internal server error occurred.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Cloud9Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
createEnvironmentMembership
default CompletableFuture<CreateEnvironmentMembershipResponse> createEnvironmentMembership(Consumer<CreateEnvironmentMembershipRequest.Builder> createEnvironmentMembershipRequest)
Adds an environment member to an Cloud9 development environment.
This is a convenience which creates an instance of the
CreateEnvironmentMembershipRequest.Builderavoiding the need to create one manually viaCreateEnvironmentMembershipRequest.builder()- Parameters:
createEnvironmentMembershipRequest- AConsumerthat will call methods onCreateEnvironmentMembershipRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the CreateEnvironmentMembership operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- BadRequestException The target request is invalid.
- ConflictException A conflict occurred.
- NotFoundException The target resource cannot be found.
- ForbiddenException An access permissions issue occurred.
- TooManyRequestsException Too many service requests were made over the given time period.
- LimitExceededException A service limit was exceeded.
- InternalServerErrorException An internal server error occurred.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Cloud9Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
deleteEnvironment
default CompletableFuture<DeleteEnvironmentResponse> deleteEnvironment(DeleteEnvironmentRequest deleteEnvironmentRequest)
Deletes an Cloud9 development environment. If an Amazon EC2 instance is connected to the environment, also terminates the instance.
- Parameters:
deleteEnvironmentRequest-- Returns:
- A Java Future containing the result of the DeleteEnvironment operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- BadRequestException The target request is invalid.
- ConflictException A conflict occurred.
- NotFoundException The target resource cannot be found.
- ForbiddenException An access permissions issue occurred.
- TooManyRequestsException Too many service requests were made over the given time period.
- LimitExceededException A service limit was exceeded.
- InternalServerErrorException An internal server error occurred.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Cloud9Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
deleteEnvironment
default CompletableFuture<DeleteEnvironmentResponse> deleteEnvironment(Consumer<DeleteEnvironmentRequest.Builder> deleteEnvironmentRequest)
Deletes an Cloud9 development environment. If an Amazon EC2 instance is connected to the environment, also terminates the instance.
This is a convenience which creates an instance of the
DeleteEnvironmentRequest.Builderavoiding the need to create one manually viaDeleteEnvironmentRequest.builder()- Parameters:
deleteEnvironmentRequest- AConsumerthat will call methods onDeleteEnvironmentRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the DeleteEnvironment operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- BadRequestException The target request is invalid.
- ConflictException A conflict occurred.
- NotFoundException The target resource cannot be found.
- ForbiddenException An access permissions issue occurred.
- TooManyRequestsException Too many service requests were made over the given time period.
- LimitExceededException A service limit was exceeded.
- InternalServerErrorException An internal server error occurred.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Cloud9Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
deleteEnvironmentMembership
default CompletableFuture<DeleteEnvironmentMembershipResponse> deleteEnvironmentMembership(DeleteEnvironmentMembershipRequest deleteEnvironmentMembershipRequest)
Deletes an environment member from a development environment.
- Parameters:
deleteEnvironmentMembershipRequest-- Returns:
- A Java Future containing the result of the DeleteEnvironmentMembership operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- BadRequestException The target request is invalid.
- ConflictException A conflict occurred.
- NotFoundException The target resource cannot be found.
- ForbiddenException An access permissions issue occurred.
- TooManyRequestsException Too many service requests were made over the given time period.
- LimitExceededException A service limit was exceeded.
- InternalServerErrorException An internal server error occurred.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Cloud9Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
deleteEnvironmentMembership
default CompletableFuture<DeleteEnvironmentMembershipResponse> deleteEnvironmentMembership(Consumer<DeleteEnvironmentMembershipRequest.Builder> deleteEnvironmentMembershipRequest)
Deletes an environment member from a development environment.
This is a convenience which creates an instance of the
DeleteEnvironmentMembershipRequest.Builderavoiding the need to create one manually viaDeleteEnvironmentMembershipRequest.builder()- Parameters:
deleteEnvironmentMembershipRequest- AConsumerthat will call methods onDeleteEnvironmentMembershipRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the DeleteEnvironmentMembership operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- BadRequestException The target request is invalid.
- ConflictException A conflict occurred.
- NotFoundException The target resource cannot be found.
- ForbiddenException An access permissions issue occurred.
- TooManyRequestsException Too many service requests were made over the given time period.
- LimitExceededException A service limit was exceeded.
- InternalServerErrorException An internal server error occurred.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Cloud9Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
describeEnvironmentMemberships
default CompletableFuture<DescribeEnvironmentMembershipsResponse> describeEnvironmentMemberships(DescribeEnvironmentMembershipsRequest describeEnvironmentMembershipsRequest)
Gets information about environment members for an Cloud9 development environment.
- Parameters:
describeEnvironmentMembershipsRequest-- Returns:
- A Java Future containing the result of the DescribeEnvironmentMemberships operation returned by the
service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- BadRequestException The target request is invalid.
- ConflictException A conflict occurred.
- NotFoundException The target resource cannot be found.
- ForbiddenException An access permissions issue occurred.
- TooManyRequestsException Too many service requests were made over the given time period.
- LimitExceededException A service limit was exceeded.
- InternalServerErrorException An internal server error occurred.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Cloud9Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
describeEnvironmentMemberships
default CompletableFuture<DescribeEnvironmentMembershipsResponse> describeEnvironmentMemberships(Consumer<DescribeEnvironmentMembershipsRequest.Builder> describeEnvironmentMembershipsRequest)
Gets information about environment members for an Cloud9 development environment.
This is a convenience which creates an instance of the
DescribeEnvironmentMembershipsRequest.Builderavoiding the need to create one manually viaDescribeEnvironmentMembershipsRequest.builder()- Parameters:
describeEnvironmentMembershipsRequest- AConsumerthat will call methods onDescribeEnvironmentMembershipsRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the DescribeEnvironmentMemberships operation returned by the
service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- BadRequestException The target request is invalid.
- ConflictException A conflict occurred.
- NotFoundException The target resource cannot be found.
- ForbiddenException An access permissions issue occurred.
- TooManyRequestsException Too many service requests were made over the given time period.
- LimitExceededException A service limit was exceeded.
- InternalServerErrorException An internal server error occurred.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Cloud9Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
describeEnvironmentMemberships
default CompletableFuture<DescribeEnvironmentMembershipsResponse> describeEnvironmentMemberships()
Gets information about environment members for an Cloud9 development environment.
- Returns:
- A Java Future containing the result of the DescribeEnvironmentMemberships operation returned by the
service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- BadRequestException The target request is invalid.
- ConflictException A conflict occurred.
- NotFoundException The target resource cannot be found.
- ForbiddenException An access permissions issue occurred.
- TooManyRequestsException Too many service requests were made over the given time period.
- LimitExceededException A service limit was exceeded.
- InternalServerErrorException An internal server error occurred.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Cloud9Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
describeEnvironmentMembershipsPaginator
default DescribeEnvironmentMembershipsPublisher describeEnvironmentMembershipsPaginator()
Gets information about environment members for an Cloud9 development environment.
This is a variant of
describeEnvironmentMemberships(software.amazon.awssdk.services.cloud9.model.DescribeEnvironmentMembershipsRequest)operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a newSubscriptioni.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper method
2) Using a custom subscribersoftware.amazon.awssdk.services.cloud9.paginators.DescribeEnvironmentMembershipsPublisher publisher = client.describeEnvironmentMembershipsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.software.amazon.awssdk.services.cloud9.paginators.DescribeEnvironmentMembershipsPublisher publisher = client.describeEnvironmentMembershipsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.cloud9.model.DescribeEnvironmentMembershipsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.cloud9.model.DescribeEnvironmentMembershipsResponse response) { //... }; });Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
describeEnvironmentMemberships(software.amazon.awssdk.services.cloud9.model.DescribeEnvironmentMembershipsRequest)operation.- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- BadRequestException The target request is invalid.
- ConflictException A conflict occurred.
- NotFoundException The target resource cannot be found.
- ForbiddenException An access permissions issue occurred.
- TooManyRequestsException Too many service requests were made over the given time period.
- LimitExceededException A service limit was exceeded.
- InternalServerErrorException An internal server error occurred.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Cloud9Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
describeEnvironmentMembershipsPaginator
default DescribeEnvironmentMembershipsPublisher describeEnvironmentMembershipsPaginator(DescribeEnvironmentMembershipsRequest describeEnvironmentMembershipsRequest)
Gets information about environment members for an Cloud9 development environment.
This is a variant of
describeEnvironmentMemberships(software.amazon.awssdk.services.cloud9.model.DescribeEnvironmentMembershipsRequest)operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a newSubscriptioni.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper method
2) Using a custom subscribersoftware.amazon.awssdk.services.cloud9.paginators.DescribeEnvironmentMembershipsPublisher publisher = client.describeEnvironmentMembershipsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.software.amazon.awssdk.services.cloud9.paginators.DescribeEnvironmentMembershipsPublisher publisher = client.describeEnvironmentMembershipsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.cloud9.model.DescribeEnvironmentMembershipsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.cloud9.model.DescribeEnvironmentMembershipsResponse response) { //... }; });Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
describeEnvironmentMemberships(software.amazon.awssdk.services.cloud9.model.DescribeEnvironmentMembershipsRequest)operation.- Parameters:
describeEnvironmentMembershipsRequest-- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- BadRequestException The target request is invalid.
- ConflictException A conflict occurred.
- NotFoundException The target resource cannot be found.
- ForbiddenException An access permissions issue occurred.
- TooManyRequestsException Too many service requests were made over the given time period.
- LimitExceededException A service limit was exceeded.
- InternalServerErrorException An internal server error occurred.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Cloud9Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
describeEnvironmentMembershipsPaginator
default DescribeEnvironmentMembershipsPublisher describeEnvironmentMembershipsPaginator(Consumer<DescribeEnvironmentMembershipsRequest.Builder> describeEnvironmentMembershipsRequest)
Gets information about environment members for an Cloud9 development environment.
This is a variant of
describeEnvironmentMemberships(software.amazon.awssdk.services.cloud9.model.DescribeEnvironmentMembershipsRequest)operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a newSubscriptioni.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper method
2) Using a custom subscribersoftware.amazon.awssdk.services.cloud9.paginators.DescribeEnvironmentMembershipsPublisher publisher = client.describeEnvironmentMembershipsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.software.amazon.awssdk.services.cloud9.paginators.DescribeEnvironmentMembershipsPublisher publisher = client.describeEnvironmentMembershipsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.cloud9.model.DescribeEnvironmentMembershipsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.cloud9.model.DescribeEnvironmentMembershipsResponse response) { //... }; });Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
describeEnvironmentMemberships(software.amazon.awssdk.services.cloud9.model.DescribeEnvironmentMembershipsRequest)operation.This is a convenience which creates an instance of the
DescribeEnvironmentMembershipsRequest.Builderavoiding the need to create one manually viaDescribeEnvironmentMembershipsRequest.builder()- Parameters:
describeEnvironmentMembershipsRequest- AConsumerthat will call methods onDescribeEnvironmentMembershipsRequest.Builderto create a request.- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- BadRequestException The target request is invalid.
- ConflictException A conflict occurred.
- NotFoundException The target resource cannot be found.
- ForbiddenException An access permissions issue occurred.
- TooManyRequestsException Too many service requests were made over the given time period.
- LimitExceededException A service limit was exceeded.
- InternalServerErrorException An internal server error occurred.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Cloud9Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
describeEnvironmentStatus
default CompletableFuture<DescribeEnvironmentStatusResponse> describeEnvironmentStatus(DescribeEnvironmentStatusRequest describeEnvironmentStatusRequest)
Gets status information for an Cloud9 development environment.
- Parameters:
describeEnvironmentStatusRequest-- Returns:
- A Java Future containing the result of the DescribeEnvironmentStatus operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- BadRequestException The target request is invalid.
- ConflictException A conflict occurred.
- NotFoundException The target resource cannot be found.
- ForbiddenException An access permissions issue occurred.
- TooManyRequestsException Too many service requests were made over the given time period.
- LimitExceededException A service limit was exceeded.
- InternalServerErrorException An internal server error occurred.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Cloud9Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
describeEnvironmentStatus
default CompletableFuture<DescribeEnvironmentStatusResponse> describeEnvironmentStatus(Consumer<DescribeEnvironmentStatusRequest.Builder> describeEnvironmentStatusRequest)
Gets status information for an Cloud9 development environment.
This is a convenience which creates an instance of the
DescribeEnvironmentStatusRequest.Builderavoiding the need to create one manually viaDescribeEnvironmentStatusRequest.builder()- Parameters:
describeEnvironmentStatusRequest- AConsumerthat will call methods onDescribeEnvironmentStatusRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the DescribeEnvironmentStatus operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- BadRequestException The target request is invalid.
- ConflictException A conflict occurred.
- NotFoundException The target resource cannot be found.
- ForbiddenException An access permissions issue occurred.
- TooManyRequestsException Too many service requests were made over the given time period.
- LimitExceededException A service limit was exceeded.
- InternalServerErrorException An internal server error occurred.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Cloud9Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
describeEnvironments
default CompletableFuture<DescribeEnvironmentsResponse> describeEnvironments(DescribeEnvironmentsRequest describeEnvironmentsRequest)
Gets information about Cloud9 development environments.
- Parameters:
describeEnvironmentsRequest-- Returns:
- A Java Future containing the result of the DescribeEnvironments operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- BadRequestException The target request is invalid.
- ConflictException A conflict occurred.
- NotFoundException The target resource cannot be found.
- ForbiddenException An access permissions issue occurred.
- TooManyRequestsException Too many service requests were made over the given time period.
- LimitExceededException A service limit was exceeded.
- InternalServerErrorException An internal server error occurred.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Cloud9Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
describeEnvironments
default CompletableFuture<DescribeEnvironmentsResponse> describeEnvironments(Consumer<DescribeEnvironmentsRequest.Builder> describeEnvironmentsRequest)
Gets information about Cloud9 development environments.
This is a convenience which creates an instance of the
DescribeEnvironmentsRequest.Builderavoiding the need to create one manually viaDescribeEnvironmentsRequest.builder()- Parameters:
describeEnvironmentsRequest- AConsumerthat will call methods onDescribeEnvironmentsRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the DescribeEnvironments operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- BadRequestException The target request is invalid.
- ConflictException A conflict occurred.
- NotFoundException The target resource cannot be found.
- ForbiddenException An access permissions issue occurred.
- TooManyRequestsException Too many service requests were made over the given time period.
- LimitExceededException A service limit was exceeded.
- InternalServerErrorException An internal server error occurred.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Cloud9Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listEnvironments
default CompletableFuture<ListEnvironmentsResponse> listEnvironments(ListEnvironmentsRequest listEnvironmentsRequest)
Gets a list of Cloud9 development environment identifiers.
- Parameters:
listEnvironmentsRequest-- Returns:
- A Java Future containing the result of the ListEnvironments operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- BadRequestException The target request is invalid.
- ConflictException A conflict occurred.
- NotFoundException The target resource cannot be found.
- ForbiddenException An access permissions issue occurred.
- TooManyRequestsException Too many service requests were made over the given time period.
- LimitExceededException A service limit was exceeded.
- InternalServerErrorException An internal server error occurred.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Cloud9Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listEnvironments
default CompletableFuture<ListEnvironmentsResponse> listEnvironments(Consumer<ListEnvironmentsRequest.Builder> listEnvironmentsRequest)
Gets a list of Cloud9 development environment identifiers.
This is a convenience which creates an instance of the
ListEnvironmentsRequest.Builderavoiding the need to create one manually viaListEnvironmentsRequest.builder()- Parameters:
listEnvironmentsRequest- AConsumerthat will call methods onListEnvironmentsRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the ListEnvironments operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- BadRequestException The target request is invalid.
- ConflictException A conflict occurred.
- NotFoundException The target resource cannot be found.
- ForbiddenException An access permissions issue occurred.
- TooManyRequestsException Too many service requests were made over the given time period.
- LimitExceededException A service limit was exceeded.
- InternalServerErrorException An internal server error occurred.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Cloud9Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listEnvironments
default CompletableFuture<ListEnvironmentsResponse> listEnvironments()
Gets a list of Cloud9 development environment identifiers.
- Returns:
- A Java Future containing the result of the ListEnvironments operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- BadRequestException The target request is invalid.
- ConflictException A conflict occurred.
- NotFoundException The target resource cannot be found.
- ForbiddenException An access permissions issue occurred.
- TooManyRequestsException Too many service requests were made over the given time period.
- LimitExceededException A service limit was exceeded.
- InternalServerErrorException An internal server error occurred.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Cloud9Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listEnvironmentsPaginator
default ListEnvironmentsPublisher listEnvironmentsPaginator()
Gets a list of Cloud9 development environment identifiers.
This is a variant of
listEnvironments(software.amazon.awssdk.services.cloud9.model.ListEnvironmentsRequest)operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a newSubscriptioni.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper method
2) Using a custom subscribersoftware.amazon.awssdk.services.cloud9.paginators.ListEnvironmentsPublisher publisher = client.listEnvironmentsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.software.amazon.awssdk.services.cloud9.paginators.ListEnvironmentsPublisher publisher = client.listEnvironmentsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.cloud9.model.ListEnvironmentsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.cloud9.model.ListEnvironmentsResponse response) { //... }; });Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listEnvironments(software.amazon.awssdk.services.cloud9.model.ListEnvironmentsRequest)operation.- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- BadRequestException The target request is invalid.
- ConflictException A conflict occurred.
- NotFoundException The target resource cannot be found.
- ForbiddenException An access permissions issue occurred.
- TooManyRequestsException Too many service requests were made over the given time period.
- LimitExceededException A service limit was exceeded.
- InternalServerErrorException An internal server error occurred.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Cloud9Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listEnvironmentsPaginator
default ListEnvironmentsPublisher listEnvironmentsPaginator(ListEnvironmentsRequest listEnvironmentsRequest)
Gets a list of Cloud9 development environment identifiers.
This is a variant of
listEnvironments(software.amazon.awssdk.services.cloud9.model.ListEnvironmentsRequest)operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a newSubscriptioni.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper method
2) Using a custom subscribersoftware.amazon.awssdk.services.cloud9.paginators.ListEnvironmentsPublisher publisher = client.listEnvironmentsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.software.amazon.awssdk.services.cloud9.paginators.ListEnvironmentsPublisher publisher = client.listEnvironmentsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.cloud9.model.ListEnvironmentsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.cloud9.model.ListEnvironmentsResponse response) { //... }; });Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listEnvironments(software.amazon.awssdk.services.cloud9.model.ListEnvironmentsRequest)operation.- Parameters:
listEnvironmentsRequest-- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- BadRequestException The target request is invalid.
- ConflictException A conflict occurred.
- NotFoundException The target resource cannot be found.
- ForbiddenException An access permissions issue occurred.
- TooManyRequestsException Too many service requests were made over the given time period.
- LimitExceededException A service limit was exceeded.
- InternalServerErrorException An internal server error occurred.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Cloud9Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listEnvironmentsPaginator
default ListEnvironmentsPublisher listEnvironmentsPaginator(Consumer<ListEnvironmentsRequest.Builder> listEnvironmentsRequest)
Gets a list of Cloud9 development environment identifiers.
This is a variant of
listEnvironments(software.amazon.awssdk.services.cloud9.model.ListEnvironmentsRequest)operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a newSubscriptioni.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper method
2) Using a custom subscribersoftware.amazon.awssdk.services.cloud9.paginators.ListEnvironmentsPublisher publisher = client.listEnvironmentsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.software.amazon.awssdk.services.cloud9.paginators.ListEnvironmentsPublisher publisher = client.listEnvironmentsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.cloud9.model.ListEnvironmentsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.cloud9.model.ListEnvironmentsResponse response) { //... }; });Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listEnvironments(software.amazon.awssdk.services.cloud9.model.ListEnvironmentsRequest)operation.This is a convenience which creates an instance of the
ListEnvironmentsRequest.Builderavoiding the need to create one manually viaListEnvironmentsRequest.builder()- Parameters:
listEnvironmentsRequest- AConsumerthat will call methods onListEnvironmentsRequest.Builderto create a request.- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- BadRequestException The target request is invalid.
- ConflictException A conflict occurred.
- NotFoundException The target resource cannot be found.
- ForbiddenException An access permissions issue occurred.
- TooManyRequestsException Too many service requests were made over the given time period.
- LimitExceededException A service limit was exceeded.
- InternalServerErrorException An internal server error occurred.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Cloud9Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listTagsForResource
default CompletableFuture<ListTagsForResourceResponse> listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Gets a list of the tags associated with an Cloud9 development environment.
- Parameters:
listTagsForResourceRequest-- Returns:
- A Java Future containing the result of the ListTagsForResource operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- NotFoundException The target resource cannot be found.
- InternalServerErrorException An internal server error occurred.
- BadRequestException The target request is invalid.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Cloud9Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listTagsForResource
default CompletableFuture<ListTagsForResourceResponse> listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Gets a list of the tags associated with an Cloud9 development environment.
This is a convenience which creates an instance of the
ListTagsForResourceRequest.Builderavoiding the need to create one manually viaListTagsForResourceRequest.builder()- Parameters:
listTagsForResourceRequest- AConsumerthat will call methods onListTagsForResourceRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the ListTagsForResource operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- NotFoundException The target resource cannot be found.
- InternalServerErrorException An internal server error occurred.
- BadRequestException The target request is invalid.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Cloud9Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
tagResource
default CompletableFuture<TagResourceResponse> tagResource(TagResourceRequest tagResourceRequest)
Adds tags to an Cloud9 development environment.
Tags that you add to an Cloud9 environment by using this method will NOT be automatically propagated to underlying resources.
- Parameters:
tagResourceRequest-- Returns:
- A Java Future containing the result of the TagResource operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- NotFoundException The target resource cannot be found.
- InternalServerErrorException An internal server error occurred.
- BadRequestException The target request is invalid.
- ConcurrentAccessException A concurrent access issue occurred.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Cloud9Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
tagResource
default CompletableFuture<TagResourceResponse> tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds tags to an Cloud9 development environment.
Tags that you add to an Cloud9 environment by using this method will NOT be automatically propagated to underlying resources.
This is a convenience which creates an instance of the
TagResourceRequest.Builderavoiding the need to create one manually viaTagResourceRequest.builder()- Parameters:
tagResourceRequest- AConsumerthat will call methods onTagResourceRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the TagResource operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- NotFoundException The target resource cannot be found.
- InternalServerErrorException An internal server error occurred.
- BadRequestException The target request is invalid.
- ConcurrentAccessException A concurrent access issue occurred.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Cloud9Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
untagResource
default CompletableFuture<UntagResourceResponse> untagResource(UntagResourceRequest untagResourceRequest)
Removes tags from an Cloud9 development environment.
- Parameters:
untagResourceRequest-- Returns:
- A Java Future containing the result of the UntagResource operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- NotFoundException The target resource cannot be found.
- InternalServerErrorException An internal server error occurred.
- BadRequestException The target request is invalid.
- ConcurrentAccessException A concurrent access issue occurred.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Cloud9Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
untagResource
default CompletableFuture<UntagResourceResponse> untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes tags from an Cloud9 development environment.
This is a convenience which creates an instance of the
UntagResourceRequest.Builderavoiding the need to create one manually viaUntagResourceRequest.builder()- Parameters:
untagResourceRequest- AConsumerthat will call methods onUntagResourceRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the UntagResource operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- NotFoundException The target resource cannot be found.
- InternalServerErrorException An internal server error occurred.
- BadRequestException The target request is invalid.
- ConcurrentAccessException A concurrent access issue occurred.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Cloud9Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
updateEnvironment
default CompletableFuture<UpdateEnvironmentResponse> updateEnvironment(UpdateEnvironmentRequest updateEnvironmentRequest)
Changes the settings of an existing Cloud9 development environment.
- Parameters:
updateEnvironmentRequest-- Returns:
- A Java Future containing the result of the UpdateEnvironment operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- BadRequestException The target request is invalid.
- ConflictException A conflict occurred.
- NotFoundException The target resource cannot be found.
- ForbiddenException An access permissions issue occurred.
- TooManyRequestsException Too many service requests were made over the given time period.
- LimitExceededException A service limit was exceeded.
- InternalServerErrorException An internal server error occurred.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Cloud9Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
updateEnvironment
default CompletableFuture<UpdateEnvironmentResponse> updateEnvironment(Consumer<UpdateEnvironmentRequest.Builder> updateEnvironmentRequest)
Changes the settings of an existing Cloud9 development environment.
This is a convenience which creates an instance of the
UpdateEnvironmentRequest.Builderavoiding the need to create one manually viaUpdateEnvironmentRequest.builder()- Parameters:
updateEnvironmentRequest- AConsumerthat will call methods onUpdateEnvironmentRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the UpdateEnvironment operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- BadRequestException The target request is invalid.
- ConflictException A conflict occurred.
- NotFoundException The target resource cannot be found.
- ForbiddenException An access permissions issue occurred.
- TooManyRequestsException Too many service requests were made over the given time period.
- LimitExceededException A service limit was exceeded.
- InternalServerErrorException An internal server error occurred.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Cloud9Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
updateEnvironmentMembership
default CompletableFuture<UpdateEnvironmentMembershipResponse> updateEnvironmentMembership(UpdateEnvironmentMembershipRequest updateEnvironmentMembershipRequest)
Changes the settings of an existing environment member for an Cloud9 development environment.
- Parameters:
updateEnvironmentMembershipRequest-- Returns:
- A Java Future containing the result of the UpdateEnvironmentMembership operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- BadRequestException The target request is invalid.
- ConflictException A conflict occurred.
- NotFoundException The target resource cannot be found.
- ForbiddenException An access permissions issue occurred.
- TooManyRequestsException Too many service requests were made over the given time period.
- LimitExceededException A service limit was exceeded.
- InternalServerErrorException An internal server error occurred.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Cloud9Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
updateEnvironmentMembership
default CompletableFuture<UpdateEnvironmentMembershipResponse> updateEnvironmentMembership(Consumer<UpdateEnvironmentMembershipRequest.Builder> updateEnvironmentMembershipRequest)
Changes the settings of an existing environment member for an Cloud9 development environment.
This is a convenience which creates an instance of the
UpdateEnvironmentMembershipRequest.Builderavoiding the need to create one manually viaUpdateEnvironmentMembershipRequest.builder()- Parameters:
updateEnvironmentMembershipRequest- AConsumerthat will call methods onUpdateEnvironmentMembershipRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the UpdateEnvironmentMembership operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- BadRequestException The target request is invalid.
- ConflictException A conflict occurred.
- NotFoundException The target resource cannot be found.
- ForbiddenException An access permissions issue occurred.
- TooManyRequestsException Too many service requests were made over the given time period.
- LimitExceededException A service limit was exceeded.
- InternalServerErrorException An internal server error occurred.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- Cloud9Exception Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
serviceClientConfiguration
default Cloud9ServiceClientConfiguration serviceClientConfiguration()
- Specified by:
serviceClientConfigurationin interfaceAwsClient- Specified by:
serviceClientConfigurationin interfaceSdkClient
-
create
static Cloud9AsyncClient create()
Create aCloud9AsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider.
-
builder
static Cloud9AsyncClientBuilder builder()
Create a builder that can be used to configure and create aCloud9AsyncClient.
-
-