Interface DeadlineAsyncClient
-
- All Superinterfaces:
AutoCloseable,AwsClient,SdkAutoCloseable,SdkClient
@Generated("software.amazon.awssdk:codegen") @ThreadSafe public interface DeadlineAsyncClient extends AwsClient
Service client for accessing AWSDeadlineCloud asynchronously. This can be created using the staticbuilder()method.The asynchronous client performs non-blocking I/O when configured with anySdkAsyncHttpClientsupported in the SDK. However, full non-blocking is not guaranteed as the async client may perform blocking calls in some cases such as credentials retrieval and endpoint discovery as part of the async API call.The Amazon Web Services Deadline Cloud API provides infrastructure and centralized management for your projects. Use the Deadline Cloud API to onboard users, assign projects, and attach permissions specific to their job function.
With Deadline Cloud, content production teams can deploy resources for their workforce securely in the cloud, reducing the costs of added physical infrastructure. Keep your content production operations secure, while allowing your contributors to access the tools they need, such as scalable high-speed storage, licenses, and cost management services.
-
-
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
-
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
-
associateMemberToFarm
default CompletableFuture<AssociateMemberToFarmResponse> associateMemberToFarm(AssociateMemberToFarmRequest associateMemberToFarmRequest)
Assigns a farm membership level to a member.
- Parameters:
associateMemberToFarmRequest-- Returns:
- A Java Future containing the result of the AssociateMemberToFarm operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- ServiceQuotaExceededException You exceeded your service quota. Service quotas, also referred to as limits, are the maximum number of service resources or operations for your Amazon Web Services account.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
associateMemberToFarm
default CompletableFuture<AssociateMemberToFarmResponse> associateMemberToFarm(Consumer<AssociateMemberToFarmRequest.Builder> associateMemberToFarmRequest)
Assigns a farm membership level to a member.
This is a convenience which creates an instance of the
AssociateMemberToFarmRequest.Builderavoiding the need to create one manually viaAssociateMemberToFarmRequest.builder()- Parameters:
associateMemberToFarmRequest- AConsumerthat will call methods onAssociateMemberToFarmRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the AssociateMemberToFarm operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- ServiceQuotaExceededException You exceeded your service quota. Service quotas, also referred to as limits, are the maximum number of service resources or operations for your Amazon Web Services account.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
associateMemberToFleet
default CompletableFuture<AssociateMemberToFleetResponse> associateMemberToFleet(AssociateMemberToFleetRequest associateMemberToFleetRequest)
Assigns a fleet membership level to a member.
- Parameters:
associateMemberToFleetRequest-- Returns:
- A Java Future containing the result of the AssociateMemberToFleet operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- ServiceQuotaExceededException You exceeded your service quota. Service quotas, also referred to as limits, are the maximum number of service resources or operations for your Amazon Web Services account.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
associateMemberToFleet
default CompletableFuture<AssociateMemberToFleetResponse> associateMemberToFleet(Consumer<AssociateMemberToFleetRequest.Builder> associateMemberToFleetRequest)
Assigns a fleet membership level to a member.
This is a convenience which creates an instance of the
AssociateMemberToFleetRequest.Builderavoiding the need to create one manually viaAssociateMemberToFleetRequest.builder()- Parameters:
associateMemberToFleetRequest- AConsumerthat will call methods onAssociateMemberToFleetRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the AssociateMemberToFleet operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- ServiceQuotaExceededException You exceeded your service quota. Service quotas, also referred to as limits, are the maximum number of service resources or operations for your Amazon Web Services account.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
associateMemberToJob
default CompletableFuture<AssociateMemberToJobResponse> associateMemberToJob(AssociateMemberToJobRequest associateMemberToJobRequest)
Assigns a job membership level to a member
- Parameters:
associateMemberToJobRequest-- Returns:
- A Java Future containing the result of the AssociateMemberToJob operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- ServiceQuotaExceededException You exceeded your service quota. Service quotas, also referred to as limits, are the maximum number of service resources or operations for your Amazon Web Services account.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
associateMemberToJob
default CompletableFuture<AssociateMemberToJobResponse> associateMemberToJob(Consumer<AssociateMemberToJobRequest.Builder> associateMemberToJobRequest)
Assigns a job membership level to a member
This is a convenience which creates an instance of the
AssociateMemberToJobRequest.Builderavoiding the need to create one manually viaAssociateMemberToJobRequest.builder()- Parameters:
associateMemberToJobRequest- AConsumerthat will call methods onAssociateMemberToJobRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the AssociateMemberToJob operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- ServiceQuotaExceededException You exceeded your service quota. Service quotas, also referred to as limits, are the maximum number of service resources or operations for your Amazon Web Services account.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
associateMemberToQueue
default CompletableFuture<AssociateMemberToQueueResponse> associateMemberToQueue(AssociateMemberToQueueRequest associateMemberToQueueRequest)
Assigns a queue membership level to a member
- Parameters:
associateMemberToQueueRequest-- Returns:
- A Java Future containing the result of the AssociateMemberToQueue operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- ServiceQuotaExceededException You exceeded your service quota. Service quotas, also referred to as limits, are the maximum number of service resources or operations for your Amazon Web Services account.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
associateMemberToQueue
default CompletableFuture<AssociateMemberToQueueResponse> associateMemberToQueue(Consumer<AssociateMemberToQueueRequest.Builder> associateMemberToQueueRequest)
Assigns a queue membership level to a member
This is a convenience which creates an instance of the
AssociateMemberToQueueRequest.Builderavoiding the need to create one manually viaAssociateMemberToQueueRequest.builder()- Parameters:
associateMemberToQueueRequest- AConsumerthat will call methods onAssociateMemberToQueueRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the AssociateMemberToQueue operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- ServiceQuotaExceededException You exceeded your service quota. Service quotas, also referred to as limits, are the maximum number of service resources or operations for your Amazon Web Services account.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
assumeFleetRoleForRead
default CompletableFuture<AssumeFleetRoleForReadResponse> assumeFleetRoleForRead(AssumeFleetRoleForReadRequest assumeFleetRoleForReadRequest)
Get Amazon Web Services credentials from the fleet role. The IAM permissions of the credentials are scoped down to have read-only access.
- Parameters:
assumeFleetRoleForReadRequest-- Returns:
- A Java Future containing the result of the AssumeFleetRoleForRead operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
assumeFleetRoleForRead
default CompletableFuture<AssumeFleetRoleForReadResponse> assumeFleetRoleForRead(Consumer<AssumeFleetRoleForReadRequest.Builder> assumeFleetRoleForReadRequest)
Get Amazon Web Services credentials from the fleet role. The IAM permissions of the credentials are scoped down to have read-only access.
This is a convenience which creates an instance of the
AssumeFleetRoleForReadRequest.Builderavoiding the need to create one manually viaAssumeFleetRoleForReadRequest.builder()- Parameters:
assumeFleetRoleForReadRequest- AConsumerthat will call methods onAssumeFleetRoleForReadRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the AssumeFleetRoleForRead operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
assumeFleetRoleForWorker
default CompletableFuture<AssumeFleetRoleForWorkerResponse> assumeFleetRoleForWorker(AssumeFleetRoleForWorkerRequest assumeFleetRoleForWorkerRequest)
Get credentials from the fleet role for a worker.
- Parameters:
assumeFleetRoleForWorkerRequest-- Returns:
- A Java Future containing the result of the AssumeFleetRoleForWorker operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ConflictException Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
assumeFleetRoleForWorker
default CompletableFuture<AssumeFleetRoleForWorkerResponse> assumeFleetRoleForWorker(Consumer<AssumeFleetRoleForWorkerRequest.Builder> assumeFleetRoleForWorkerRequest)
Get credentials from the fleet role for a worker.
This is a convenience which creates an instance of the
AssumeFleetRoleForWorkerRequest.Builderavoiding the need to create one manually viaAssumeFleetRoleForWorkerRequest.builder()- Parameters:
assumeFleetRoleForWorkerRequest- AConsumerthat will call methods onAssumeFleetRoleForWorkerRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the AssumeFleetRoleForWorker operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ConflictException Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
assumeQueueRoleForRead
default CompletableFuture<AssumeQueueRoleForReadResponse> assumeQueueRoleForRead(AssumeQueueRoleForReadRequest assumeQueueRoleForReadRequest)
Gets Amazon Web Services credentials from the queue role. The IAM permissions of the credentials are scoped down to have read-only access.
- Parameters:
assumeQueueRoleForReadRequest-- Returns:
- A Java Future containing the result of the AssumeQueueRoleForRead operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
assumeQueueRoleForRead
default CompletableFuture<AssumeQueueRoleForReadResponse> assumeQueueRoleForRead(Consumer<AssumeQueueRoleForReadRequest.Builder> assumeQueueRoleForReadRequest)
Gets Amazon Web Services credentials from the queue role. The IAM permissions of the credentials are scoped down to have read-only access.
This is a convenience which creates an instance of the
AssumeQueueRoleForReadRequest.Builderavoiding the need to create one manually viaAssumeQueueRoleForReadRequest.builder()- Parameters:
assumeQueueRoleForReadRequest- AConsumerthat will call methods onAssumeQueueRoleForReadRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the AssumeQueueRoleForRead operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
assumeQueueRoleForUser
default CompletableFuture<AssumeQueueRoleForUserResponse> assumeQueueRoleForUser(AssumeQueueRoleForUserRequest assumeQueueRoleForUserRequest)
Allows a user to assume a role for a queue.
- Parameters:
assumeQueueRoleForUserRequest-- Returns:
- A Java Future containing the result of the AssumeQueueRoleForUser operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
assumeQueueRoleForUser
default CompletableFuture<AssumeQueueRoleForUserResponse> assumeQueueRoleForUser(Consumer<AssumeQueueRoleForUserRequest.Builder> assumeQueueRoleForUserRequest)
Allows a user to assume a role for a queue.
This is a convenience which creates an instance of the
AssumeQueueRoleForUserRequest.Builderavoiding the need to create one manually viaAssumeQueueRoleForUserRequest.builder()- Parameters:
assumeQueueRoleForUserRequest- AConsumerthat will call methods onAssumeQueueRoleForUserRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the AssumeQueueRoleForUser operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
assumeQueueRoleForWorker
default CompletableFuture<AssumeQueueRoleForWorkerResponse> assumeQueueRoleForWorker(AssumeQueueRoleForWorkerRequest assumeQueueRoleForWorkerRequest)
Allows a worker to assume a queue role.
- Parameters:
assumeQueueRoleForWorkerRequest-- Returns:
- A Java Future containing the result of the AssumeQueueRoleForWorker operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ConflictException Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
assumeQueueRoleForWorker
default CompletableFuture<AssumeQueueRoleForWorkerResponse> assumeQueueRoleForWorker(Consumer<AssumeQueueRoleForWorkerRequest.Builder> assumeQueueRoleForWorkerRequest)
Allows a worker to assume a queue role.
This is a convenience which creates an instance of the
AssumeQueueRoleForWorkerRequest.Builderavoiding the need to create one manually viaAssumeQueueRoleForWorkerRequest.builder()- Parameters:
assumeQueueRoleForWorkerRequest- AConsumerthat will call methods onAssumeQueueRoleForWorkerRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the AssumeQueueRoleForWorker operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ConflictException Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
batchGetJobEntity
default CompletableFuture<BatchGetJobEntityResponse> batchGetJobEntity(BatchGetJobEntityRequest batchGetJobEntityRequest)
Get batched job details for a worker.
- Parameters:
batchGetJobEntityRequest-- Returns:
- A Java Future containing the result of the BatchGetJobEntity operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
batchGetJobEntity
default CompletableFuture<BatchGetJobEntityResponse> batchGetJobEntity(Consumer<BatchGetJobEntityRequest.Builder> batchGetJobEntityRequest)
Get batched job details for a worker.
This is a convenience which creates an instance of the
BatchGetJobEntityRequest.Builderavoiding the need to create one manually viaBatchGetJobEntityRequest.builder()- Parameters:
batchGetJobEntityRequest- AConsumerthat will call methods onBatchGetJobEntityRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the BatchGetJobEntity operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
copyJobTemplate
default CompletableFuture<CopyJobTemplateResponse> copyJobTemplate(CopyJobTemplateRequest copyJobTemplateRequest)
Copies a job template to an Amazon S3 bucket.
- Parameters:
copyJobTemplateRequest-- Returns:
- A Java Future containing the result of the CopyJobTemplate operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
copyJobTemplate
default CompletableFuture<CopyJobTemplateResponse> copyJobTemplate(Consumer<CopyJobTemplateRequest.Builder> copyJobTemplateRequest)
Copies a job template to an Amazon S3 bucket.
This is a convenience which creates an instance of the
CopyJobTemplateRequest.Builderavoiding the need to create one manually viaCopyJobTemplateRequest.builder()- Parameters:
copyJobTemplateRequest- AConsumerthat will call methods onCopyJobTemplateRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the CopyJobTemplate operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
createBudget
default CompletableFuture<CreateBudgetResponse> createBudget(CreateBudgetRequest createBudgetRequest)
Creates a budget to set spending thresholds for your rendering activity.
- Parameters:
createBudgetRequest-- Returns:
- A Java Future containing the result of the CreateBudget operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- ServiceQuotaExceededException You exceeded your service quota. Service quotas, also referred to as limits, are the maximum number of service resources or operations for your Amazon Web Services account.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
createBudget
default CompletableFuture<CreateBudgetResponse> createBudget(Consumer<CreateBudgetRequest.Builder> createBudgetRequest)
Creates a budget to set spending thresholds for your rendering activity.
This is a convenience which creates an instance of the
CreateBudgetRequest.Builderavoiding the need to create one manually viaCreateBudgetRequest.builder()- Parameters:
createBudgetRequest- AConsumerthat will call methods onCreateBudgetRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the CreateBudget operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- ServiceQuotaExceededException You exceeded your service quota. Service quotas, also referred to as limits, are the maximum number of service resources or operations for your Amazon Web Services account.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
createFarm
default CompletableFuture<CreateFarmResponse> createFarm(CreateFarmRequest createFarmRequest)
Creates a farm to allow space for queues and fleets. Farms are the space where the components of your renders gather and are pieced together in the cloud. Farms contain budgets and allow you to enforce permissions. Deadline Cloud farms are a useful container for large projects.
- Parameters:
createFarmRequest-- Returns:
- A Java Future containing the result of the CreateFarm operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- ServiceQuotaExceededException You exceeded your service quota. Service quotas, also referred to as limits, are the maximum number of service resources or operations for your Amazon Web Services account.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
createFarm
default CompletableFuture<CreateFarmResponse> createFarm(Consumer<CreateFarmRequest.Builder> createFarmRequest)
Creates a farm to allow space for queues and fleets. Farms are the space where the components of your renders gather and are pieced together in the cloud. Farms contain budgets and allow you to enforce permissions. Deadline Cloud farms are a useful container for large projects.
This is a convenience which creates an instance of the
CreateFarmRequest.Builderavoiding the need to create one manually viaCreateFarmRequest.builder()- Parameters:
createFarmRequest- AConsumerthat will call methods onCreateFarmRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the CreateFarm operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- ServiceQuotaExceededException You exceeded your service quota. Service quotas, also referred to as limits, are the maximum number of service resources or operations for your Amazon Web Services account.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
createFleet
default CompletableFuture<CreateFleetResponse> createFleet(CreateFleetRequest createFleetRequest)
Creates a fleet. Fleets gather information relating to compute, or capacity, for renders within your farms. You can choose to manage your own capacity or opt to have fleets fully managed by Deadline Cloud.
- Parameters:
createFleetRequest-- Returns:
- A Java Future containing the result of the CreateFleet operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- ServiceQuotaExceededException You exceeded your service quota. Service quotas, also referred to as limits, are the maximum number of service resources or operations for your Amazon Web Services account.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
createFleet
default CompletableFuture<CreateFleetResponse> createFleet(Consumer<CreateFleetRequest.Builder> createFleetRequest)
Creates a fleet. Fleets gather information relating to compute, or capacity, for renders within your farms. You can choose to manage your own capacity or opt to have fleets fully managed by Deadline Cloud.
This is a convenience which creates an instance of the
CreateFleetRequest.Builderavoiding the need to create one manually viaCreateFleetRequest.builder()- Parameters:
createFleetRequest- AConsumerthat will call methods onCreateFleetRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the CreateFleet operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- ServiceQuotaExceededException You exceeded your service quota. Service quotas, also referred to as limits, are the maximum number of service resources or operations for your Amazon Web Services account.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
createJob
default CompletableFuture<CreateJobResponse> createJob(CreateJobRequest createJobRequest)
Creates a job. A job is a render submission submitted by a user. It contains specific job properties outlined as steps and tasks.
- Parameters:
createJobRequest-- Returns:
- A Java Future containing the result of the CreateJob operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- ServiceQuotaExceededException You exceeded your service quota. Service quotas, also referred to as limits, are the maximum number of service resources or operations for your Amazon Web Services account.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
createJob
default CompletableFuture<CreateJobResponse> createJob(Consumer<CreateJobRequest.Builder> createJobRequest)
Creates a job. A job is a render submission submitted by a user. It contains specific job properties outlined as steps and tasks.
This is a convenience which creates an instance of the
CreateJobRequest.Builderavoiding the need to create one manually viaCreateJobRequest.builder()- Parameters:
createJobRequest- AConsumerthat will call methods onCreateJobRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the CreateJob operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- ServiceQuotaExceededException You exceeded your service quota. Service quotas, also referred to as limits, are the maximum number of service resources or operations for your Amazon Web Services account.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
createLicenseEndpoint
default CompletableFuture<CreateLicenseEndpointResponse> createLicenseEndpoint(CreateLicenseEndpointRequest createLicenseEndpointRequest)
Creates a license endpoint to integrate your various licensed software used for rendering on Deadline Cloud.
- Parameters:
createLicenseEndpointRequest-- Returns:
- A Java Future containing the result of the CreateLicenseEndpoint operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ThrottlingException Your request exceeded a request rate quota.
- ConflictException Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- ServiceQuotaExceededException You exceeded your service quota. Service quotas, also referred to as limits, are the maximum number of service resources or operations for your Amazon Web Services account.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
createLicenseEndpoint
default CompletableFuture<CreateLicenseEndpointResponse> createLicenseEndpoint(Consumer<CreateLicenseEndpointRequest.Builder> createLicenseEndpointRequest)
Creates a license endpoint to integrate your various licensed software used for rendering on Deadline Cloud.
This is a convenience which creates an instance of the
CreateLicenseEndpointRequest.Builderavoiding the need to create one manually viaCreateLicenseEndpointRequest.builder()- Parameters:
createLicenseEndpointRequest- AConsumerthat will call methods onCreateLicenseEndpointRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the CreateLicenseEndpoint operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ThrottlingException Your request exceeded a request rate quota.
- ConflictException Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- ServiceQuotaExceededException You exceeded your service quota. Service quotas, also referred to as limits, are the maximum number of service resources or operations for your Amazon Web Services account.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
createMonitor
default CompletableFuture<CreateMonitorResponse> createMonitor(CreateMonitorRequest createMonitorRequest)
Creates an Amazon Web Services Deadline Cloud monitor that you can use to view your farms, queues, and fleets. After you submit a job, you can track the progress of the tasks and steps that make up the job, and then download the job's results.
- Parameters:
createMonitorRequest-- Returns:
- A Java Future containing the result of the CreateMonitor operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- ServiceQuotaExceededException You exceeded your service quota. Service quotas, also referred to as limits, are the maximum number of service resources or operations for your Amazon Web Services account.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
createMonitor
default CompletableFuture<CreateMonitorResponse> createMonitor(Consumer<CreateMonitorRequest.Builder> createMonitorRequest)
Creates an Amazon Web Services Deadline Cloud monitor that you can use to view your farms, queues, and fleets. After you submit a job, you can track the progress of the tasks and steps that make up the job, and then download the job's results.
This is a convenience which creates an instance of the
CreateMonitorRequest.Builderavoiding the need to create one manually viaCreateMonitorRequest.builder()- Parameters:
createMonitorRequest- AConsumerthat will call methods onCreateMonitorRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the CreateMonitor operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- ServiceQuotaExceededException You exceeded your service quota. Service quotas, also referred to as limits, are the maximum number of service resources or operations for your Amazon Web Services account.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
createQueue
default CompletableFuture<CreateQueueResponse> createQueue(CreateQueueRequest createQueueRequest)
Creates a queue to coordinate the order in which jobs run on a farm. A queue can also specify where to pull resources and indicate where to output completed jobs.
- Parameters:
createQueueRequest-- Returns:
- A Java Future containing the result of the CreateQueue operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- ServiceQuotaExceededException You exceeded your service quota. Service quotas, also referred to as limits, are the maximum number of service resources or operations for your Amazon Web Services account.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
createQueue
default CompletableFuture<CreateQueueResponse> createQueue(Consumer<CreateQueueRequest.Builder> createQueueRequest)
Creates a queue to coordinate the order in which jobs run on a farm. A queue can also specify where to pull resources and indicate where to output completed jobs.
This is a convenience which creates an instance of the
CreateQueueRequest.Builderavoiding the need to create one manually viaCreateQueueRequest.builder()- Parameters:
createQueueRequest- AConsumerthat will call methods onCreateQueueRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the CreateQueue operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- ServiceQuotaExceededException You exceeded your service quota. Service quotas, also referred to as limits, are the maximum number of service resources or operations for your Amazon Web Services account.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
createQueueEnvironment
default CompletableFuture<CreateQueueEnvironmentResponse> createQueueEnvironment(CreateQueueEnvironmentRequest createQueueEnvironmentRequest)
Creates an environment for a queue that defines how jobs in the queue run.
- Parameters:
createQueueEnvironmentRequest-- Returns:
- A Java Future containing the result of the CreateQueueEnvironment operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- ServiceQuotaExceededException You exceeded your service quota. Service quotas, also referred to as limits, are the maximum number of service resources or operations for your Amazon Web Services account.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
createQueueEnvironment
default CompletableFuture<CreateQueueEnvironmentResponse> createQueueEnvironment(Consumer<CreateQueueEnvironmentRequest.Builder> createQueueEnvironmentRequest)
Creates an environment for a queue that defines how jobs in the queue run.
This is a convenience which creates an instance of the
CreateQueueEnvironmentRequest.Builderavoiding the need to create one manually viaCreateQueueEnvironmentRequest.builder()- Parameters:
createQueueEnvironmentRequest- AConsumerthat will call methods onCreateQueueEnvironmentRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the CreateQueueEnvironment operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- ServiceQuotaExceededException You exceeded your service quota. Service quotas, also referred to as limits, are the maximum number of service resources or operations for your Amazon Web Services account.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
createQueueFleetAssociation
default CompletableFuture<CreateQueueFleetAssociationResponse> createQueueFleetAssociation(CreateQueueFleetAssociationRequest createQueueFleetAssociationRequest)
Creates an association between a queue and a fleet.
- Parameters:
createQueueFleetAssociationRequest-- Returns:
- A Java Future containing the result of the CreateQueueFleetAssociation operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
createQueueFleetAssociation
default CompletableFuture<CreateQueueFleetAssociationResponse> createQueueFleetAssociation(Consumer<CreateQueueFleetAssociationRequest.Builder> createQueueFleetAssociationRequest)
Creates an association between a queue and a fleet.
This is a convenience which creates an instance of the
CreateQueueFleetAssociationRequest.Builderavoiding the need to create one manually viaCreateQueueFleetAssociationRequest.builder()- Parameters:
createQueueFleetAssociationRequest- AConsumerthat will call methods onCreateQueueFleetAssociationRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the CreateQueueFleetAssociation operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
createStorageProfile
default CompletableFuture<CreateStorageProfileResponse> createStorageProfile(CreateStorageProfileRequest createStorageProfileRequest)
Creates a storage profile that specifies the operating system, file type, and file location of resources used on a farm.
- Parameters:
createStorageProfileRequest-- Returns:
- A Java Future containing the result of the CreateStorageProfile operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- ServiceQuotaExceededException You exceeded your service quota. Service quotas, also referred to as limits, are the maximum number of service resources or operations for your Amazon Web Services account.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
createStorageProfile
default CompletableFuture<CreateStorageProfileResponse> createStorageProfile(Consumer<CreateStorageProfileRequest.Builder> createStorageProfileRequest)
Creates a storage profile that specifies the operating system, file type, and file location of resources used on a farm.
This is a convenience which creates an instance of the
CreateStorageProfileRequest.Builderavoiding the need to create one manually viaCreateStorageProfileRequest.builder()- Parameters:
createStorageProfileRequest- AConsumerthat will call methods onCreateStorageProfileRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the CreateStorageProfile operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- ServiceQuotaExceededException You exceeded your service quota. Service quotas, also referred to as limits, are the maximum number of service resources or operations for your Amazon Web Services account.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
createWorker
default CompletableFuture<CreateWorkerResponse> createWorker(CreateWorkerRequest createWorkerRequest)
Creates a worker. A worker tells your instance how much processing power (vCPU), and memory (GiB) you’ll need to assemble the digital assets held within a particular instance. You can specify certain instance types to use, or let the worker know which instances types to exclude.
- Parameters:
createWorkerRequest-- Returns:
- A Java Future containing the result of the CreateWorker operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ConflictException Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
createWorker
default CompletableFuture<CreateWorkerResponse> createWorker(Consumer<CreateWorkerRequest.Builder> createWorkerRequest)
Creates a worker. A worker tells your instance how much processing power (vCPU), and memory (GiB) you’ll need to assemble the digital assets held within a particular instance. You can specify certain instance types to use, or let the worker know which instances types to exclude.
This is a convenience which creates an instance of the
CreateWorkerRequest.Builderavoiding the need to create one manually viaCreateWorkerRequest.builder()- Parameters:
createWorkerRequest- AConsumerthat will call methods onCreateWorkerRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the CreateWorker operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ConflictException Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
deleteBudget
default CompletableFuture<DeleteBudgetResponse> deleteBudget(DeleteBudgetRequest deleteBudgetRequest)
Deletes a budget.
- Parameters:
deleteBudgetRequest-- Returns:
- A Java Future containing the result of the DeleteBudget operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
deleteBudget
default CompletableFuture<DeleteBudgetResponse> deleteBudget(Consumer<DeleteBudgetRequest.Builder> deleteBudgetRequest)
Deletes a budget.
This is a convenience which creates an instance of the
DeleteBudgetRequest.Builderavoiding the need to create one manually viaDeleteBudgetRequest.builder()- Parameters:
deleteBudgetRequest- AConsumerthat will call methods onDeleteBudgetRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the DeleteBudget operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
deleteFarm
default CompletableFuture<DeleteFarmResponse> deleteFarm(DeleteFarmRequest deleteFarmRequest)
Deletes a farm.
- Parameters:
deleteFarmRequest-- Returns:
- A Java Future containing the result of the DeleteFarm operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
deleteFarm
default CompletableFuture<DeleteFarmResponse> deleteFarm(Consumer<DeleteFarmRequest.Builder> deleteFarmRequest)
Deletes a farm.
This is a convenience which creates an instance of the
DeleteFarmRequest.Builderavoiding the need to create one manually viaDeleteFarmRequest.builder()- Parameters:
deleteFarmRequest- AConsumerthat will call methods onDeleteFarmRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the DeleteFarm operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
deleteFleet
default CompletableFuture<DeleteFleetResponse> deleteFleet(DeleteFleetRequest deleteFleetRequest)
Deletes a fleet.
- Parameters:
deleteFleetRequest-- Returns:
- A Java Future containing the result of the DeleteFleet operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ConflictException Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
deleteFleet
default CompletableFuture<DeleteFleetResponse> deleteFleet(Consumer<DeleteFleetRequest.Builder> deleteFleetRequest)
Deletes a fleet.
This is a convenience which creates an instance of the
DeleteFleetRequest.Builderavoiding the need to create one manually viaDeleteFleetRequest.builder()- Parameters:
deleteFleetRequest- AConsumerthat will call methods onDeleteFleetRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the DeleteFleet operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ConflictException Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
deleteLicenseEndpoint
default CompletableFuture<DeleteLicenseEndpointResponse> deleteLicenseEndpoint(DeleteLicenseEndpointRequest deleteLicenseEndpointRequest)
Deletes a license endpoint.
- Parameters:
deleteLicenseEndpointRequest-- Returns:
- A Java Future containing the result of the DeleteLicenseEndpoint operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ConflictException Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
deleteLicenseEndpoint
default CompletableFuture<DeleteLicenseEndpointResponse> deleteLicenseEndpoint(Consumer<DeleteLicenseEndpointRequest.Builder> deleteLicenseEndpointRequest)
Deletes a license endpoint.
This is a convenience which creates an instance of the
DeleteLicenseEndpointRequest.Builderavoiding the need to create one manually viaDeleteLicenseEndpointRequest.builder()- Parameters:
deleteLicenseEndpointRequest- AConsumerthat will call methods onDeleteLicenseEndpointRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the DeleteLicenseEndpoint operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ConflictException Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
deleteMeteredProduct
default CompletableFuture<DeleteMeteredProductResponse> deleteMeteredProduct(DeleteMeteredProductRequest deleteMeteredProductRequest)
Deletes a metered product.
- Parameters:
deleteMeteredProductRequest-- Returns:
- A Java Future containing the result of the DeleteMeteredProduct operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
deleteMeteredProduct
default CompletableFuture<DeleteMeteredProductResponse> deleteMeteredProduct(Consumer<DeleteMeteredProductRequest.Builder> deleteMeteredProductRequest)
Deletes a metered product.
This is a convenience which creates an instance of the
DeleteMeteredProductRequest.Builderavoiding the need to create one manually viaDeleteMeteredProductRequest.builder()- Parameters:
deleteMeteredProductRequest- AConsumerthat will call methods onDeleteMeteredProductRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the DeleteMeteredProduct operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
deleteMonitor
default CompletableFuture<DeleteMonitorResponse> deleteMonitor(DeleteMonitorRequest deleteMonitorRequest)
Removes a Deadline Cloud monitor. After you delete a monitor, you can create a new one and attach farms to the monitor.
- Parameters:
deleteMonitorRequest-- Returns:
- A Java Future containing the result of the DeleteMonitor operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
deleteMonitor
default CompletableFuture<DeleteMonitorResponse> deleteMonitor(Consumer<DeleteMonitorRequest.Builder> deleteMonitorRequest)
Removes a Deadline Cloud monitor. After you delete a monitor, you can create a new one and attach farms to the monitor.
This is a convenience which creates an instance of the
DeleteMonitorRequest.Builderavoiding the need to create one manually viaDeleteMonitorRequest.builder()- Parameters:
deleteMonitorRequest- AConsumerthat will call methods onDeleteMonitorRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the DeleteMonitor operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
deleteQueue
default CompletableFuture<DeleteQueueResponse> deleteQueue(DeleteQueueRequest deleteQueueRequest)
Deletes a queue.
- Parameters:
deleteQueueRequest-- Returns:
- A Java Future containing the result of the DeleteQueue operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ConflictException Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
deleteQueue
default CompletableFuture<DeleteQueueResponse> deleteQueue(Consumer<DeleteQueueRequest.Builder> deleteQueueRequest)
Deletes a queue.
This is a convenience which creates an instance of the
DeleteQueueRequest.Builderavoiding the need to create one manually viaDeleteQueueRequest.builder()- Parameters:
deleteQueueRequest- AConsumerthat will call methods onDeleteQueueRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the DeleteQueue operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ConflictException Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
deleteQueueEnvironment
default CompletableFuture<DeleteQueueEnvironmentResponse> deleteQueueEnvironment(DeleteQueueEnvironmentRequest deleteQueueEnvironmentRequest)
Deletes a queue environment.
- Parameters:
deleteQueueEnvironmentRequest-- Returns:
- A Java Future containing the result of the DeleteQueueEnvironment operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
deleteQueueEnvironment
default CompletableFuture<DeleteQueueEnvironmentResponse> deleteQueueEnvironment(Consumer<DeleteQueueEnvironmentRequest.Builder> deleteQueueEnvironmentRequest)
Deletes a queue environment.
This is a convenience which creates an instance of the
DeleteQueueEnvironmentRequest.Builderavoiding the need to create one manually viaDeleteQueueEnvironmentRequest.builder()- Parameters:
deleteQueueEnvironmentRequest- AConsumerthat will call methods onDeleteQueueEnvironmentRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the DeleteQueueEnvironment operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
deleteQueueFleetAssociation
default CompletableFuture<DeleteQueueFleetAssociationResponse> deleteQueueFleetAssociation(DeleteQueueFleetAssociationRequest deleteQueueFleetAssociationRequest)
Deletes a queue-fleet association.
- Parameters:
deleteQueueFleetAssociationRequest-- Returns:
- A Java Future containing the result of the DeleteQueueFleetAssociation operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ConflictException Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
deleteQueueFleetAssociation
default CompletableFuture<DeleteQueueFleetAssociationResponse> deleteQueueFleetAssociation(Consumer<DeleteQueueFleetAssociationRequest.Builder> deleteQueueFleetAssociationRequest)
Deletes a queue-fleet association.
This is a convenience which creates an instance of the
DeleteQueueFleetAssociationRequest.Builderavoiding the need to create one manually viaDeleteQueueFleetAssociationRequest.builder()- Parameters:
deleteQueueFleetAssociationRequest- AConsumerthat will call methods onDeleteQueueFleetAssociationRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the DeleteQueueFleetAssociation operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ConflictException Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
deleteStorageProfile
default CompletableFuture<DeleteStorageProfileResponse> deleteStorageProfile(DeleteStorageProfileRequest deleteStorageProfileRequest)
Deletes a storage profile.
- Parameters:
deleteStorageProfileRequest-- Returns:
- A Java Future containing the result of the DeleteStorageProfile operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
deleteStorageProfile
default CompletableFuture<DeleteStorageProfileResponse> deleteStorageProfile(Consumer<DeleteStorageProfileRequest.Builder> deleteStorageProfileRequest)
Deletes a storage profile.
This is a convenience which creates an instance of the
DeleteStorageProfileRequest.Builderavoiding the need to create one manually viaDeleteStorageProfileRequest.builder()- Parameters:
deleteStorageProfileRequest- AConsumerthat will call methods onDeleteStorageProfileRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the DeleteStorageProfile operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
deleteWorker
default CompletableFuture<DeleteWorkerResponse> deleteWorker(DeleteWorkerRequest deleteWorkerRequest)
Deletes a worker.
- Parameters:
deleteWorkerRequest-- Returns:
- A Java Future containing the result of the DeleteWorker operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ConflictException Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
deleteWorker
default CompletableFuture<DeleteWorkerResponse> deleteWorker(Consumer<DeleteWorkerRequest.Builder> deleteWorkerRequest)
Deletes a worker.
This is a convenience which creates an instance of the
DeleteWorkerRequest.Builderavoiding the need to create one manually viaDeleteWorkerRequest.builder()- Parameters:
deleteWorkerRequest- AConsumerthat will call methods onDeleteWorkerRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the DeleteWorker operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ConflictException Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
disassociateMemberFromFarm
default CompletableFuture<DisassociateMemberFromFarmResponse> disassociateMemberFromFarm(DisassociateMemberFromFarmRequest disassociateMemberFromFarmRequest)
Disassociates a member from a farm.
- Parameters:
disassociateMemberFromFarmRequest-- Returns:
- A Java Future containing the result of the DisassociateMemberFromFarm operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
disassociateMemberFromFarm
default CompletableFuture<DisassociateMemberFromFarmResponse> disassociateMemberFromFarm(Consumer<DisassociateMemberFromFarmRequest.Builder> disassociateMemberFromFarmRequest)
Disassociates a member from a farm.
This is a convenience which creates an instance of the
DisassociateMemberFromFarmRequest.Builderavoiding the need to create one manually viaDisassociateMemberFromFarmRequest.builder()- Parameters:
disassociateMemberFromFarmRequest- AConsumerthat will call methods onDisassociateMemberFromFarmRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the DisassociateMemberFromFarm operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
disassociateMemberFromFleet
default CompletableFuture<DisassociateMemberFromFleetResponse> disassociateMemberFromFleet(DisassociateMemberFromFleetRequest disassociateMemberFromFleetRequest)
Disassociates a member from a fleet.
- Parameters:
disassociateMemberFromFleetRequest-- Returns:
- A Java Future containing the result of the DisassociateMemberFromFleet operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ConflictException Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
disassociateMemberFromFleet
default CompletableFuture<DisassociateMemberFromFleetResponse> disassociateMemberFromFleet(Consumer<DisassociateMemberFromFleetRequest.Builder> disassociateMemberFromFleetRequest)
Disassociates a member from a fleet.
This is a convenience which creates an instance of the
DisassociateMemberFromFleetRequest.Builderavoiding the need to create one manually viaDisassociateMemberFromFleetRequest.builder()- Parameters:
disassociateMemberFromFleetRequest- AConsumerthat will call methods onDisassociateMemberFromFleetRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the DisassociateMemberFromFleet operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ConflictException Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
disassociateMemberFromJob
default CompletableFuture<DisassociateMemberFromJobResponse> disassociateMemberFromJob(DisassociateMemberFromJobRequest disassociateMemberFromJobRequest)
Disassociates a member from a job.
- Parameters:
disassociateMemberFromJobRequest-- Returns:
- A Java Future containing the result of the DisassociateMemberFromJob operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
disassociateMemberFromJob
default CompletableFuture<DisassociateMemberFromJobResponse> disassociateMemberFromJob(Consumer<DisassociateMemberFromJobRequest.Builder> disassociateMemberFromJobRequest)
Disassociates a member from a job.
This is a convenience which creates an instance of the
DisassociateMemberFromJobRequest.Builderavoiding the need to create one manually viaDisassociateMemberFromJobRequest.builder()- Parameters:
disassociateMemberFromJobRequest- AConsumerthat will call methods onDisassociateMemberFromJobRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the DisassociateMemberFromJob operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
disassociateMemberFromQueue
default CompletableFuture<DisassociateMemberFromQueueResponse> disassociateMemberFromQueue(DisassociateMemberFromQueueRequest disassociateMemberFromQueueRequest)
Disassociates a member from a queue.
- Parameters:
disassociateMemberFromQueueRequest-- Returns:
- A Java Future containing the result of the DisassociateMemberFromQueue operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ConflictException Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
disassociateMemberFromQueue
default CompletableFuture<DisassociateMemberFromQueueResponse> disassociateMemberFromQueue(Consumer<DisassociateMemberFromQueueRequest.Builder> disassociateMemberFromQueueRequest)
Disassociates a member from a queue.
This is a convenience which creates an instance of the
DisassociateMemberFromQueueRequest.Builderavoiding the need to create one manually viaDisassociateMemberFromQueueRequest.builder()- Parameters:
disassociateMemberFromQueueRequest- AConsumerthat will call methods onDisassociateMemberFromQueueRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the DisassociateMemberFromQueue operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ConflictException Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
getBudget
default CompletableFuture<GetBudgetResponse> getBudget(GetBudgetRequest getBudgetRequest)
Get a budget.
- Parameters:
getBudgetRequest-- Returns:
- A Java Future containing the result of the GetBudget operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
getBudget
default CompletableFuture<GetBudgetResponse> getBudget(Consumer<GetBudgetRequest.Builder> getBudgetRequest)
Get a budget.
This is a convenience which creates an instance of the
GetBudgetRequest.Builderavoiding the need to create one manually viaGetBudgetRequest.builder()- Parameters:
getBudgetRequest- AConsumerthat will call methods onGetBudgetRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the GetBudget operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
getFarm
default CompletableFuture<GetFarmResponse> getFarm(GetFarmRequest getFarmRequest)
Get a farm.
- Parameters:
getFarmRequest-- Returns:
- A Java Future containing the result of the GetFarm operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
getFarm
default CompletableFuture<GetFarmResponse> getFarm(Consumer<GetFarmRequest.Builder> getFarmRequest)
Get a farm.
This is a convenience which creates an instance of the
GetFarmRequest.Builderavoiding the need to create one manually viaGetFarmRequest.builder()- Parameters:
getFarmRequest- AConsumerthat will call methods onGetFarmRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the GetFarm operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
getFleet
default CompletableFuture<GetFleetResponse> getFleet(GetFleetRequest getFleetRequest)
Get a fleet.
- Parameters:
getFleetRequest-- Returns:
- A Java Future containing the result of the GetFleet operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
getFleet
default CompletableFuture<GetFleetResponse> getFleet(Consumer<GetFleetRequest.Builder> getFleetRequest)
Get a fleet.
This is a convenience which creates an instance of the
GetFleetRequest.Builderavoiding the need to create one manually viaGetFleetRequest.builder()- Parameters:
getFleetRequest- AConsumerthat will call methods onGetFleetRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the GetFleet operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
getJob
default CompletableFuture<GetJobResponse> getJob(GetJobRequest getJobRequest)
Gets a Deadline Cloud job.
- Parameters:
getJobRequest-- Returns:
- A Java Future containing the result of the GetJob operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
getJob
default CompletableFuture<GetJobResponse> getJob(Consumer<GetJobRequest.Builder> getJobRequest)
Gets a Deadline Cloud job.
This is a convenience which creates an instance of the
GetJobRequest.Builderavoiding the need to create one manually viaGetJobRequest.builder()- Parameters:
getJobRequest- AConsumerthat will call methods onGetJobRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the GetJob operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
getLicenseEndpoint
default CompletableFuture<GetLicenseEndpointResponse> getLicenseEndpoint(GetLicenseEndpointRequest getLicenseEndpointRequest)
Gets a licence endpoint.
- Parameters:
getLicenseEndpointRequest-- Returns:
- A Java Future containing the result of the GetLicenseEndpoint operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
getLicenseEndpoint
default CompletableFuture<GetLicenseEndpointResponse> getLicenseEndpoint(Consumer<GetLicenseEndpointRequest.Builder> getLicenseEndpointRequest)
Gets a licence endpoint.
This is a convenience which creates an instance of the
GetLicenseEndpointRequest.Builderavoiding the need to create one manually viaGetLicenseEndpointRequest.builder()- Parameters:
getLicenseEndpointRequest- AConsumerthat will call methods onGetLicenseEndpointRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the GetLicenseEndpoint operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
getMonitor
default CompletableFuture<GetMonitorResponse> getMonitor(GetMonitorRequest getMonitorRequest)
Gets information about the specified monitor.
- Parameters:
getMonitorRequest-- Returns:
- A Java Future containing the result of the GetMonitor operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
getMonitor
default CompletableFuture<GetMonitorResponse> getMonitor(Consumer<GetMonitorRequest.Builder> getMonitorRequest)
Gets information about the specified monitor.
This is a convenience which creates an instance of the
GetMonitorRequest.Builderavoiding the need to create one manually viaGetMonitorRequest.builder()- Parameters:
getMonitorRequest- AConsumerthat will call methods onGetMonitorRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the GetMonitor operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
getQueue
default CompletableFuture<GetQueueResponse> getQueue(GetQueueRequest getQueueRequest)
Gets a queue.
- Parameters:
getQueueRequest-- Returns:
- A Java Future containing the result of the GetQueue operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
getQueue
default CompletableFuture<GetQueueResponse> getQueue(Consumer<GetQueueRequest.Builder> getQueueRequest)
Gets a queue.
This is a convenience which creates an instance of the
GetQueueRequest.Builderavoiding the need to create one manually viaGetQueueRequest.builder()- Parameters:
getQueueRequest- AConsumerthat will call methods onGetQueueRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the GetQueue operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
getQueueEnvironment
default CompletableFuture<GetQueueEnvironmentResponse> getQueueEnvironment(GetQueueEnvironmentRequest getQueueEnvironmentRequest)
Gets a queue environment.
- Parameters:
getQueueEnvironmentRequest-- Returns:
- A Java Future containing the result of the GetQueueEnvironment operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
getQueueEnvironment
default CompletableFuture<GetQueueEnvironmentResponse> getQueueEnvironment(Consumer<GetQueueEnvironmentRequest.Builder> getQueueEnvironmentRequest)
Gets a queue environment.
This is a convenience which creates an instance of the
GetQueueEnvironmentRequest.Builderavoiding the need to create one manually viaGetQueueEnvironmentRequest.builder()- Parameters:
getQueueEnvironmentRequest- AConsumerthat will call methods onGetQueueEnvironmentRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the GetQueueEnvironment operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
getQueueFleetAssociation
default CompletableFuture<GetQueueFleetAssociationResponse> getQueueFleetAssociation(GetQueueFleetAssociationRequest getQueueFleetAssociationRequest)
Gets a queue-fleet association.
- Parameters:
getQueueFleetAssociationRequest-- Returns:
- A Java Future containing the result of the GetQueueFleetAssociation operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
getQueueFleetAssociation
default CompletableFuture<GetQueueFleetAssociationResponse> getQueueFleetAssociation(Consumer<GetQueueFleetAssociationRequest.Builder> getQueueFleetAssociationRequest)
Gets a queue-fleet association.
This is a convenience which creates an instance of the
GetQueueFleetAssociationRequest.Builderavoiding the need to create one manually viaGetQueueFleetAssociationRequest.builder()- Parameters:
getQueueFleetAssociationRequest- AConsumerthat will call methods onGetQueueFleetAssociationRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the GetQueueFleetAssociation operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
getSession
default CompletableFuture<GetSessionResponse> getSession(GetSessionRequest getSessionRequest)
Gets a session.
- Parameters:
getSessionRequest-- Returns:
- A Java Future containing the result of the GetSession operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
getSession
default CompletableFuture<GetSessionResponse> getSession(Consumer<GetSessionRequest.Builder> getSessionRequest)
Gets a session.
This is a convenience which creates an instance of the
GetSessionRequest.Builderavoiding the need to create one manually viaGetSessionRequest.builder()- Parameters:
getSessionRequest- AConsumerthat will call methods onGetSessionRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the GetSession operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
getSessionAction
default CompletableFuture<GetSessionActionResponse> getSessionAction(GetSessionActionRequest getSessionActionRequest)
Gets a session action for the job.
- Parameters:
getSessionActionRequest-- Returns:
- A Java Future containing the result of the GetSessionAction operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
getSessionAction
default CompletableFuture<GetSessionActionResponse> getSessionAction(Consumer<GetSessionActionRequest.Builder> getSessionActionRequest)
Gets a session action for the job.
This is a convenience which creates an instance of the
GetSessionActionRequest.Builderavoiding the need to create one manually viaGetSessionActionRequest.builder()- Parameters:
getSessionActionRequest- AConsumerthat will call methods onGetSessionActionRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the GetSessionAction operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
getSessionsStatisticsAggregation
default CompletableFuture<GetSessionsStatisticsAggregationResponse> getSessionsStatisticsAggregation(GetSessionsStatisticsAggregationRequest getSessionsStatisticsAggregationRequest)
Gets a set of statistics for queues or farms. Before you can call the
GetSessionStatisticsAggregationoperation, you must first call theStartSessionsStatisticsAggregationoperation. Statistics are available for 1 hour after you call theStartSessionsStatisticsAggregationoperation.- Parameters:
getSessionsStatisticsAggregationRequest-- Returns:
- A Java Future containing the result of the GetSessionsStatisticsAggregation operation returned by the
service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
getSessionsStatisticsAggregation
default CompletableFuture<GetSessionsStatisticsAggregationResponse> getSessionsStatisticsAggregation(Consumer<GetSessionsStatisticsAggregationRequest.Builder> getSessionsStatisticsAggregationRequest)
Gets a set of statistics for queues or farms. Before you can call the
GetSessionStatisticsAggregationoperation, you must first call theStartSessionsStatisticsAggregationoperation. Statistics are available for 1 hour after you call theStartSessionsStatisticsAggregationoperation.
This is a convenience which creates an instance of the
GetSessionsStatisticsAggregationRequest.Builderavoiding the need to create one manually viaGetSessionsStatisticsAggregationRequest.builder()- Parameters:
getSessionsStatisticsAggregationRequest- AConsumerthat will call methods onGetSessionsStatisticsAggregationRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the GetSessionsStatisticsAggregation operation returned by the
service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
getSessionsStatisticsAggregationPaginator
default GetSessionsStatisticsAggregationPublisher getSessionsStatisticsAggregationPaginator(GetSessionsStatisticsAggregationRequest getSessionsStatisticsAggregationRequest)
This is a variant of
getSessionsStatisticsAggregation(software.amazon.awssdk.services.deadline.model.GetSessionsStatisticsAggregationRequest)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.deadline.paginators.GetSessionsStatisticsAggregationPublisher publisher = client.getSessionsStatisticsAggregationPaginator(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.deadline.paginators.GetSessionsStatisticsAggregationPublisher publisher = client.getSessionsStatisticsAggregationPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.deadline.model.GetSessionsStatisticsAggregationResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.deadline.model.GetSessionsStatisticsAggregationResponse 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
getSessionsStatisticsAggregation(software.amazon.awssdk.services.deadline.model.GetSessionsStatisticsAggregationRequest)operation.- Parameters:
getSessionsStatisticsAggregationRequest-- 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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
getSessionsStatisticsAggregationPaginator
default GetSessionsStatisticsAggregationPublisher getSessionsStatisticsAggregationPaginator(Consumer<GetSessionsStatisticsAggregationRequest.Builder> getSessionsStatisticsAggregationRequest)
This is a variant of
getSessionsStatisticsAggregation(software.amazon.awssdk.services.deadline.model.GetSessionsStatisticsAggregationRequest)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.deadline.paginators.GetSessionsStatisticsAggregationPublisher publisher = client.getSessionsStatisticsAggregationPaginator(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.deadline.paginators.GetSessionsStatisticsAggregationPublisher publisher = client.getSessionsStatisticsAggregationPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.deadline.model.GetSessionsStatisticsAggregationResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.deadline.model.GetSessionsStatisticsAggregationResponse 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
getSessionsStatisticsAggregation(software.amazon.awssdk.services.deadline.model.GetSessionsStatisticsAggregationRequest)operation.
This is a convenience which creates an instance of the
GetSessionsStatisticsAggregationRequest.Builderavoiding the need to create one manually viaGetSessionsStatisticsAggregationRequest.builder()- Parameters:
getSessionsStatisticsAggregationRequest- AConsumerthat will call methods onGetSessionsStatisticsAggregationRequest.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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
getStep
default CompletableFuture<GetStepResponse> getStep(GetStepRequest getStepRequest)
Gets a step.
- Parameters:
getStepRequest-- Returns:
- A Java Future containing the result of the GetStep operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
getStep
default CompletableFuture<GetStepResponse> getStep(Consumer<GetStepRequest.Builder> getStepRequest)
Gets a step.
This is a convenience which creates an instance of the
GetStepRequest.Builderavoiding the need to create one manually viaGetStepRequest.builder()- Parameters:
getStepRequest- AConsumerthat will call methods onGetStepRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the GetStep operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
getStorageProfile
default CompletableFuture<GetStorageProfileResponse> getStorageProfile(GetStorageProfileRequest getStorageProfileRequest)
Gets a storage profile.
- Parameters:
getStorageProfileRequest-- Returns:
- A Java Future containing the result of the GetStorageProfile operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
getStorageProfile
default CompletableFuture<GetStorageProfileResponse> getStorageProfile(Consumer<GetStorageProfileRequest.Builder> getStorageProfileRequest)
Gets a storage profile.
This is a convenience which creates an instance of the
GetStorageProfileRequest.Builderavoiding the need to create one manually viaGetStorageProfileRequest.builder()- Parameters:
getStorageProfileRequest- AConsumerthat will call methods onGetStorageProfileRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the GetStorageProfile operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
getStorageProfileForQueue
default CompletableFuture<GetStorageProfileForQueueResponse> getStorageProfileForQueue(GetStorageProfileForQueueRequest getStorageProfileForQueueRequest)
Gets a storage profile for a queue.
- Parameters:
getStorageProfileForQueueRequest-- Returns:
- A Java Future containing the result of the GetStorageProfileForQueue operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
getStorageProfileForQueue
default CompletableFuture<GetStorageProfileForQueueResponse> getStorageProfileForQueue(Consumer<GetStorageProfileForQueueRequest.Builder> getStorageProfileForQueueRequest)
Gets a storage profile for a queue.
This is a convenience which creates an instance of the
GetStorageProfileForQueueRequest.Builderavoiding the need to create one manually viaGetStorageProfileForQueueRequest.builder()- Parameters:
getStorageProfileForQueueRequest- AConsumerthat will call methods onGetStorageProfileForQueueRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the GetStorageProfileForQueue operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
getTask
default CompletableFuture<GetTaskResponse> getTask(GetTaskRequest getTaskRequest)
Gets a task.
- Parameters:
getTaskRequest-- Returns:
- A Java Future containing the result of the GetTask operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
getTask
default CompletableFuture<GetTaskResponse> getTask(Consumer<GetTaskRequest.Builder> getTaskRequest)
Gets a task.
This is a convenience which creates an instance of the
GetTaskRequest.Builderavoiding the need to create one manually viaGetTaskRequest.builder()- Parameters:
getTaskRequest- AConsumerthat will call methods onGetTaskRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the GetTask operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
getWorker
default CompletableFuture<GetWorkerResponse> getWorker(GetWorkerRequest getWorkerRequest)
Gets a worker.
- Parameters:
getWorkerRequest-- Returns:
- A Java Future containing the result of the GetWorker operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
getWorker
default CompletableFuture<GetWorkerResponse> getWorker(Consumer<GetWorkerRequest.Builder> getWorkerRequest)
Gets a worker.
This is a convenience which creates an instance of the
GetWorkerRequest.Builderavoiding the need to create one manually viaGetWorkerRequest.builder()- Parameters:
getWorkerRequest- AConsumerthat will call methods onGetWorkerRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the GetWorker operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listAvailableMeteredProducts
default CompletableFuture<ListAvailableMeteredProductsResponse> listAvailableMeteredProducts(ListAvailableMeteredProductsRequest listAvailableMeteredProductsRequest)
A list of the available metered products.
- Parameters:
listAvailableMeteredProductsRequest-- Returns:
- A Java Future containing the result of the ListAvailableMeteredProducts operation returned by the
service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ThrottlingException Your request exceeded a request rate quota.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listAvailableMeteredProducts
default CompletableFuture<ListAvailableMeteredProductsResponse> listAvailableMeteredProducts(Consumer<ListAvailableMeteredProductsRequest.Builder> listAvailableMeteredProductsRequest)
A list of the available metered products.
This is a convenience which creates an instance of the
ListAvailableMeteredProductsRequest.Builderavoiding the need to create one manually viaListAvailableMeteredProductsRequest.builder()- Parameters:
listAvailableMeteredProductsRequest- AConsumerthat will call methods onListAvailableMeteredProductsRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the ListAvailableMeteredProducts operation returned by the
service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ThrottlingException Your request exceeded a request rate quota.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listAvailableMeteredProductsPaginator
default ListAvailableMeteredProductsPublisher listAvailableMeteredProductsPaginator(ListAvailableMeteredProductsRequest listAvailableMeteredProductsRequest)
This is a variant of
listAvailableMeteredProducts(software.amazon.awssdk.services.deadline.model.ListAvailableMeteredProductsRequest)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.deadline.paginators.ListAvailableMeteredProductsPublisher publisher = client.listAvailableMeteredProductsPaginator(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.deadline.paginators.ListAvailableMeteredProductsPublisher publisher = client.listAvailableMeteredProductsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.deadline.model.ListAvailableMeteredProductsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.deadline.model.ListAvailableMeteredProductsResponse 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
listAvailableMeteredProducts(software.amazon.awssdk.services.deadline.model.ListAvailableMeteredProductsRequest)operation.- Parameters:
listAvailableMeteredProductsRequest-- 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.- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ThrottlingException Your request exceeded a request rate quota.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listAvailableMeteredProductsPaginator
default ListAvailableMeteredProductsPublisher listAvailableMeteredProductsPaginator(Consumer<ListAvailableMeteredProductsRequest.Builder> listAvailableMeteredProductsRequest)
This is a variant of
listAvailableMeteredProducts(software.amazon.awssdk.services.deadline.model.ListAvailableMeteredProductsRequest)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.deadline.paginators.ListAvailableMeteredProductsPublisher publisher = client.listAvailableMeteredProductsPaginator(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.deadline.paginators.ListAvailableMeteredProductsPublisher publisher = client.listAvailableMeteredProductsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.deadline.model.ListAvailableMeteredProductsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.deadline.model.ListAvailableMeteredProductsResponse 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
listAvailableMeteredProducts(software.amazon.awssdk.services.deadline.model.ListAvailableMeteredProductsRequest)operation.
This is a convenience which creates an instance of the
ListAvailableMeteredProductsRequest.Builderavoiding the need to create one manually viaListAvailableMeteredProductsRequest.builder()- Parameters:
listAvailableMeteredProductsRequest- AConsumerthat will call methods onListAvailableMeteredProductsRequest.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.- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ThrottlingException Your request exceeded a request rate quota.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listBudgets
default CompletableFuture<ListBudgetsResponse> listBudgets(ListBudgetsRequest listBudgetsRequest)
A list of budgets in a farm.
- Parameters:
listBudgetsRequest-- Returns:
- A Java Future containing the result of the ListBudgets operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listBudgets
default CompletableFuture<ListBudgetsResponse> listBudgets(Consumer<ListBudgetsRequest.Builder> listBudgetsRequest)
A list of budgets in a farm.
This is a convenience which creates an instance of the
ListBudgetsRequest.Builderavoiding the need to create one manually viaListBudgetsRequest.builder()- Parameters:
listBudgetsRequest- AConsumerthat will call methods onListBudgetsRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the ListBudgets operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listBudgetsPaginator
default ListBudgetsPublisher listBudgetsPaginator(ListBudgetsRequest listBudgetsRequest)
This is a variant of
listBudgets(software.amazon.awssdk.services.deadline.model.ListBudgetsRequest)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.deadline.paginators.ListBudgetsPublisher publisher = client.listBudgetsPaginator(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.deadline.paginators.ListBudgetsPublisher publisher = client.listBudgetsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.deadline.model.ListBudgetsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.deadline.model.ListBudgetsResponse 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
listBudgets(software.amazon.awssdk.services.deadline.model.ListBudgetsRequest)operation.- Parameters:
listBudgetsRequest-- 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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listBudgetsPaginator
default ListBudgetsPublisher listBudgetsPaginator(Consumer<ListBudgetsRequest.Builder> listBudgetsRequest)
This is a variant of
listBudgets(software.amazon.awssdk.services.deadline.model.ListBudgetsRequest)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.deadline.paginators.ListBudgetsPublisher publisher = client.listBudgetsPaginator(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.deadline.paginators.ListBudgetsPublisher publisher = client.listBudgetsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.deadline.model.ListBudgetsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.deadline.model.ListBudgetsResponse 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
listBudgets(software.amazon.awssdk.services.deadline.model.ListBudgetsRequest)operation.
This is a convenience which creates an instance of the
ListBudgetsRequest.Builderavoiding the need to create one manually viaListBudgetsRequest.builder()- Parameters:
listBudgetsRequest- AConsumerthat will call methods onListBudgetsRequest.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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listFarmMembers
default CompletableFuture<ListFarmMembersResponse> listFarmMembers(ListFarmMembersRequest listFarmMembersRequest)
Lists the members of a farm.
- Parameters:
listFarmMembersRequest-- Returns:
- A Java Future containing the result of the ListFarmMembers operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listFarmMembers
default CompletableFuture<ListFarmMembersResponse> listFarmMembers(Consumer<ListFarmMembersRequest.Builder> listFarmMembersRequest)
Lists the members of a farm.
This is a convenience which creates an instance of the
ListFarmMembersRequest.Builderavoiding the need to create one manually viaListFarmMembersRequest.builder()- Parameters:
listFarmMembersRequest- AConsumerthat will call methods onListFarmMembersRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the ListFarmMembers operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listFarmMembersPaginator
default ListFarmMembersPublisher listFarmMembersPaginator(ListFarmMembersRequest listFarmMembersRequest)
This is a variant of
listFarmMembers(software.amazon.awssdk.services.deadline.model.ListFarmMembersRequest)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.deadline.paginators.ListFarmMembersPublisher publisher = client.listFarmMembersPaginator(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.deadline.paginators.ListFarmMembersPublisher publisher = client.listFarmMembersPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.deadline.model.ListFarmMembersResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.deadline.model.ListFarmMembersResponse 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
listFarmMembers(software.amazon.awssdk.services.deadline.model.ListFarmMembersRequest)operation.- Parameters:
listFarmMembersRequest-- 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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listFarmMembersPaginator
default ListFarmMembersPublisher listFarmMembersPaginator(Consumer<ListFarmMembersRequest.Builder> listFarmMembersRequest)
This is a variant of
listFarmMembers(software.amazon.awssdk.services.deadline.model.ListFarmMembersRequest)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.deadline.paginators.ListFarmMembersPublisher publisher = client.listFarmMembersPaginator(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.deadline.paginators.ListFarmMembersPublisher publisher = client.listFarmMembersPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.deadline.model.ListFarmMembersResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.deadline.model.ListFarmMembersResponse 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
listFarmMembers(software.amazon.awssdk.services.deadline.model.ListFarmMembersRequest)operation.
This is a convenience which creates an instance of the
ListFarmMembersRequest.Builderavoiding the need to create one manually viaListFarmMembersRequest.builder()- Parameters:
listFarmMembersRequest- AConsumerthat will call methods onListFarmMembersRequest.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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listFarms
default CompletableFuture<ListFarmsResponse> listFarms(ListFarmsRequest listFarmsRequest)
Lists farms.
- Parameters:
listFarmsRequest-- Returns:
- A Java Future containing the result of the ListFarms operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listFarms
default CompletableFuture<ListFarmsResponse> listFarms(Consumer<ListFarmsRequest.Builder> listFarmsRequest)
Lists farms.
This is a convenience which creates an instance of the
ListFarmsRequest.Builderavoiding the need to create one manually viaListFarmsRequest.builder()- Parameters:
listFarmsRequest- AConsumerthat will call methods onListFarmsRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the ListFarms operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listFarmsPaginator
default ListFarmsPublisher listFarmsPaginator(ListFarmsRequest listFarmsRequest)
This is a variant of
listFarms(software.amazon.awssdk.services.deadline.model.ListFarmsRequest)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.deadline.paginators.ListFarmsPublisher publisher = client.listFarmsPaginator(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.deadline.paginators.ListFarmsPublisher publisher = client.listFarmsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.deadline.model.ListFarmsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.deadline.model.ListFarmsResponse 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
listFarms(software.amazon.awssdk.services.deadline.model.ListFarmsRequest)operation.- Parameters:
listFarmsRequest-- 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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listFarmsPaginator
default ListFarmsPublisher listFarmsPaginator(Consumer<ListFarmsRequest.Builder> listFarmsRequest)
This is a variant of
listFarms(software.amazon.awssdk.services.deadline.model.ListFarmsRequest)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.deadline.paginators.ListFarmsPublisher publisher = client.listFarmsPaginator(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.deadline.paginators.ListFarmsPublisher publisher = client.listFarmsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.deadline.model.ListFarmsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.deadline.model.ListFarmsResponse 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
listFarms(software.amazon.awssdk.services.deadline.model.ListFarmsRequest)operation.
This is a convenience which creates an instance of the
ListFarmsRequest.Builderavoiding the need to create one manually viaListFarmsRequest.builder()- Parameters:
listFarmsRequest- AConsumerthat will call methods onListFarmsRequest.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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listFleetMembers
default CompletableFuture<ListFleetMembersResponse> listFleetMembers(ListFleetMembersRequest listFleetMembersRequest)
Lists fleet members.
- Parameters:
listFleetMembersRequest-- Returns:
- A Java Future containing the result of the ListFleetMembers operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listFleetMembers
default CompletableFuture<ListFleetMembersResponse> listFleetMembers(Consumer<ListFleetMembersRequest.Builder> listFleetMembersRequest)
Lists fleet members.
This is a convenience which creates an instance of the
ListFleetMembersRequest.Builderavoiding the need to create one manually viaListFleetMembersRequest.builder()- Parameters:
listFleetMembersRequest- AConsumerthat will call methods onListFleetMembersRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the ListFleetMembers operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listFleetMembersPaginator
default ListFleetMembersPublisher listFleetMembersPaginator(ListFleetMembersRequest listFleetMembersRequest)
This is a variant of
listFleetMembers(software.amazon.awssdk.services.deadline.model.ListFleetMembersRequest)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.deadline.paginators.ListFleetMembersPublisher publisher = client.listFleetMembersPaginator(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.deadline.paginators.ListFleetMembersPublisher publisher = client.listFleetMembersPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.deadline.model.ListFleetMembersResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.deadline.model.ListFleetMembersResponse 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
listFleetMembers(software.amazon.awssdk.services.deadline.model.ListFleetMembersRequest)operation.- Parameters:
listFleetMembersRequest-- 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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listFleetMembersPaginator
default ListFleetMembersPublisher listFleetMembersPaginator(Consumer<ListFleetMembersRequest.Builder> listFleetMembersRequest)
This is a variant of
listFleetMembers(software.amazon.awssdk.services.deadline.model.ListFleetMembersRequest)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.deadline.paginators.ListFleetMembersPublisher publisher = client.listFleetMembersPaginator(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.deadline.paginators.ListFleetMembersPublisher publisher = client.listFleetMembersPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.deadline.model.ListFleetMembersResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.deadline.model.ListFleetMembersResponse 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
listFleetMembers(software.amazon.awssdk.services.deadline.model.ListFleetMembersRequest)operation.
This is a convenience which creates an instance of the
ListFleetMembersRequest.Builderavoiding the need to create one manually viaListFleetMembersRequest.builder()- Parameters:
listFleetMembersRequest- AConsumerthat will call methods onListFleetMembersRequest.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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listFleets
default CompletableFuture<ListFleetsResponse> listFleets(ListFleetsRequest listFleetsRequest)
Lists fleets.
- Parameters:
listFleetsRequest-- Returns:
- A Java Future containing the result of the ListFleets operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listFleets
default CompletableFuture<ListFleetsResponse> listFleets(Consumer<ListFleetsRequest.Builder> listFleetsRequest)
Lists fleets.
This is a convenience which creates an instance of the
ListFleetsRequest.Builderavoiding the need to create one manually viaListFleetsRequest.builder()- Parameters:
listFleetsRequest- AConsumerthat will call methods onListFleetsRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the ListFleets operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listFleetsPaginator
default ListFleetsPublisher listFleetsPaginator(ListFleetsRequest listFleetsRequest)
This is a variant of
listFleets(software.amazon.awssdk.services.deadline.model.ListFleetsRequest)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.deadline.paginators.ListFleetsPublisher publisher = client.listFleetsPaginator(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.deadline.paginators.ListFleetsPublisher publisher = client.listFleetsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.deadline.model.ListFleetsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.deadline.model.ListFleetsResponse 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
listFleets(software.amazon.awssdk.services.deadline.model.ListFleetsRequest)operation.- Parameters:
listFleetsRequest-- 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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listFleetsPaginator
default ListFleetsPublisher listFleetsPaginator(Consumer<ListFleetsRequest.Builder> listFleetsRequest)
This is a variant of
listFleets(software.amazon.awssdk.services.deadline.model.ListFleetsRequest)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.deadline.paginators.ListFleetsPublisher publisher = client.listFleetsPaginator(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.deadline.paginators.ListFleetsPublisher publisher = client.listFleetsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.deadline.model.ListFleetsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.deadline.model.ListFleetsResponse 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
listFleets(software.amazon.awssdk.services.deadline.model.ListFleetsRequest)operation.
This is a convenience which creates an instance of the
ListFleetsRequest.Builderavoiding the need to create one manually viaListFleetsRequest.builder()- Parameters:
listFleetsRequest- AConsumerthat will call methods onListFleetsRequest.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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listJobMembers
default CompletableFuture<ListJobMembersResponse> listJobMembers(ListJobMembersRequest listJobMembersRequest)
Lists members on a job.
- Parameters:
listJobMembersRequest-- Returns:
- A Java Future containing the result of the ListJobMembers operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listJobMembers
default CompletableFuture<ListJobMembersResponse> listJobMembers(Consumer<ListJobMembersRequest.Builder> listJobMembersRequest)
Lists members on a job.
This is a convenience which creates an instance of the
ListJobMembersRequest.Builderavoiding the need to create one manually viaListJobMembersRequest.builder()- Parameters:
listJobMembersRequest- AConsumerthat will call methods onListJobMembersRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the ListJobMembers operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listJobMembersPaginator
default ListJobMembersPublisher listJobMembersPaginator(ListJobMembersRequest listJobMembersRequest)
This is a variant of
listJobMembers(software.amazon.awssdk.services.deadline.model.ListJobMembersRequest)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.deadline.paginators.ListJobMembersPublisher publisher = client.listJobMembersPaginator(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.deadline.paginators.ListJobMembersPublisher publisher = client.listJobMembersPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.deadline.model.ListJobMembersResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.deadline.model.ListJobMembersResponse 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
listJobMembers(software.amazon.awssdk.services.deadline.model.ListJobMembersRequest)operation.- Parameters:
listJobMembersRequest-- 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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listJobMembersPaginator
default ListJobMembersPublisher listJobMembersPaginator(Consumer<ListJobMembersRequest.Builder> listJobMembersRequest)
This is a variant of
listJobMembers(software.amazon.awssdk.services.deadline.model.ListJobMembersRequest)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.deadline.paginators.ListJobMembersPublisher publisher = client.listJobMembersPaginator(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.deadline.paginators.ListJobMembersPublisher publisher = client.listJobMembersPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.deadline.model.ListJobMembersResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.deadline.model.ListJobMembersResponse 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
listJobMembers(software.amazon.awssdk.services.deadline.model.ListJobMembersRequest)operation.
This is a convenience which creates an instance of the
ListJobMembersRequest.Builderavoiding the need to create one manually viaListJobMembersRequest.builder()- Parameters:
listJobMembersRequest- AConsumerthat will call methods onListJobMembersRequest.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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listJobs
default CompletableFuture<ListJobsResponse> listJobs(ListJobsRequest listJobsRequest)
Lists jobs.
- Parameters:
listJobsRequest-- Returns:
- A Java Future containing the result of the ListJobs operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listJobs
default CompletableFuture<ListJobsResponse> listJobs(Consumer<ListJobsRequest.Builder> listJobsRequest)
Lists jobs.
This is a convenience which creates an instance of the
ListJobsRequest.Builderavoiding the need to create one manually viaListJobsRequest.builder()- Parameters:
listJobsRequest- AConsumerthat will call methods onListJobsRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the ListJobs operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listJobsPaginator
default ListJobsPublisher listJobsPaginator(ListJobsRequest listJobsRequest)
This is a variant of
listJobs(software.amazon.awssdk.services.deadline.model.ListJobsRequest)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.deadline.paginators.ListJobsPublisher publisher = client.listJobsPaginator(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.deadline.paginators.ListJobsPublisher publisher = client.listJobsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.deadline.model.ListJobsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.deadline.model.ListJobsResponse 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
listJobs(software.amazon.awssdk.services.deadline.model.ListJobsRequest)operation.- Parameters:
listJobsRequest-- 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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listJobsPaginator
default ListJobsPublisher listJobsPaginator(Consumer<ListJobsRequest.Builder> listJobsRequest)
This is a variant of
listJobs(software.amazon.awssdk.services.deadline.model.ListJobsRequest)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.deadline.paginators.ListJobsPublisher publisher = client.listJobsPaginator(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.deadline.paginators.ListJobsPublisher publisher = client.listJobsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.deadline.model.ListJobsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.deadline.model.ListJobsResponse 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
listJobs(software.amazon.awssdk.services.deadline.model.ListJobsRequest)operation.
This is a convenience which creates an instance of the
ListJobsRequest.Builderavoiding the need to create one manually viaListJobsRequest.builder()- Parameters:
listJobsRequest- AConsumerthat will call methods onListJobsRequest.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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listLicenseEndpoints
default CompletableFuture<ListLicenseEndpointsResponse> listLicenseEndpoints(ListLicenseEndpointsRequest listLicenseEndpointsRequest)
Lists license endpoints.
- Parameters:
listLicenseEndpointsRequest-- Returns:
- A Java Future containing the result of the ListLicenseEndpoints operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listLicenseEndpoints
default CompletableFuture<ListLicenseEndpointsResponse> listLicenseEndpoints(Consumer<ListLicenseEndpointsRequest.Builder> listLicenseEndpointsRequest)
Lists license endpoints.
This is a convenience which creates an instance of the
ListLicenseEndpointsRequest.Builderavoiding the need to create one manually viaListLicenseEndpointsRequest.builder()- Parameters:
listLicenseEndpointsRequest- AConsumerthat will call methods onListLicenseEndpointsRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the ListLicenseEndpoints operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listLicenseEndpointsPaginator
default ListLicenseEndpointsPublisher listLicenseEndpointsPaginator(ListLicenseEndpointsRequest listLicenseEndpointsRequest)
This is a variant of
listLicenseEndpoints(software.amazon.awssdk.services.deadline.model.ListLicenseEndpointsRequest)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.deadline.paginators.ListLicenseEndpointsPublisher publisher = client.listLicenseEndpointsPaginator(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.deadline.paginators.ListLicenseEndpointsPublisher publisher = client.listLicenseEndpointsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.deadline.model.ListLicenseEndpointsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.deadline.model.ListLicenseEndpointsResponse 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
listLicenseEndpoints(software.amazon.awssdk.services.deadline.model.ListLicenseEndpointsRequest)operation.- Parameters:
listLicenseEndpointsRequest-- 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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listLicenseEndpointsPaginator
default ListLicenseEndpointsPublisher listLicenseEndpointsPaginator(Consumer<ListLicenseEndpointsRequest.Builder> listLicenseEndpointsRequest)
This is a variant of
listLicenseEndpoints(software.amazon.awssdk.services.deadline.model.ListLicenseEndpointsRequest)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.deadline.paginators.ListLicenseEndpointsPublisher publisher = client.listLicenseEndpointsPaginator(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.deadline.paginators.ListLicenseEndpointsPublisher publisher = client.listLicenseEndpointsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.deadline.model.ListLicenseEndpointsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.deadline.model.ListLicenseEndpointsResponse 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
listLicenseEndpoints(software.amazon.awssdk.services.deadline.model.ListLicenseEndpointsRequest)operation.
This is a convenience which creates an instance of the
ListLicenseEndpointsRequest.Builderavoiding the need to create one manually viaListLicenseEndpointsRequest.builder()- Parameters:
listLicenseEndpointsRequest- AConsumerthat will call methods onListLicenseEndpointsRequest.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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listMeteredProducts
default CompletableFuture<ListMeteredProductsResponse> listMeteredProducts(ListMeteredProductsRequest listMeteredProductsRequest)
Lists metered products.
- Parameters:
listMeteredProductsRequest-- Returns:
- A Java Future containing the result of the ListMeteredProducts operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listMeteredProducts
default CompletableFuture<ListMeteredProductsResponse> listMeteredProducts(Consumer<ListMeteredProductsRequest.Builder> listMeteredProductsRequest)
Lists metered products.
This is a convenience which creates an instance of the
ListMeteredProductsRequest.Builderavoiding the need to create one manually viaListMeteredProductsRequest.builder()- Parameters:
listMeteredProductsRequest- AConsumerthat will call methods onListMeteredProductsRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the ListMeteredProducts operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listMeteredProductsPaginator
default ListMeteredProductsPublisher listMeteredProductsPaginator(ListMeteredProductsRequest listMeteredProductsRequest)
This is a variant of
listMeteredProducts(software.amazon.awssdk.services.deadline.model.ListMeteredProductsRequest)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.deadline.paginators.ListMeteredProductsPublisher publisher = client.listMeteredProductsPaginator(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.deadline.paginators.ListMeteredProductsPublisher publisher = client.listMeteredProductsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.deadline.model.ListMeteredProductsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.deadline.model.ListMeteredProductsResponse 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
listMeteredProducts(software.amazon.awssdk.services.deadline.model.ListMeteredProductsRequest)operation.- Parameters:
listMeteredProductsRequest-- 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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listMeteredProductsPaginator
default ListMeteredProductsPublisher listMeteredProductsPaginator(Consumer<ListMeteredProductsRequest.Builder> listMeteredProductsRequest)
This is a variant of
listMeteredProducts(software.amazon.awssdk.services.deadline.model.ListMeteredProductsRequest)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.deadline.paginators.ListMeteredProductsPublisher publisher = client.listMeteredProductsPaginator(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.deadline.paginators.ListMeteredProductsPublisher publisher = client.listMeteredProductsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.deadline.model.ListMeteredProductsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.deadline.model.ListMeteredProductsResponse 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
listMeteredProducts(software.amazon.awssdk.services.deadline.model.ListMeteredProductsRequest)operation.
This is a convenience which creates an instance of the
ListMeteredProductsRequest.Builderavoiding the need to create one manually viaListMeteredProductsRequest.builder()- Parameters:
listMeteredProductsRequest- AConsumerthat will call methods onListMeteredProductsRequest.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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listMonitors
default CompletableFuture<ListMonitorsResponse> listMonitors(ListMonitorsRequest listMonitorsRequest)
Gets a list of your monitors in Deadline Cloud.
- Parameters:
listMonitorsRequest-- Returns:
- A Java Future containing the result of the ListMonitors operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listMonitors
default CompletableFuture<ListMonitorsResponse> listMonitors(Consumer<ListMonitorsRequest.Builder> listMonitorsRequest)
Gets a list of your monitors in Deadline Cloud.
This is a convenience which creates an instance of the
ListMonitorsRequest.Builderavoiding the need to create one manually viaListMonitorsRequest.builder()- Parameters:
listMonitorsRequest- AConsumerthat will call methods onListMonitorsRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the ListMonitors operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listMonitorsPaginator
default ListMonitorsPublisher listMonitorsPaginator(ListMonitorsRequest listMonitorsRequest)
This is a variant of
listMonitors(software.amazon.awssdk.services.deadline.model.ListMonitorsRequest)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.deadline.paginators.ListMonitorsPublisher publisher = client.listMonitorsPaginator(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.deadline.paginators.ListMonitorsPublisher publisher = client.listMonitorsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.deadline.model.ListMonitorsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.deadline.model.ListMonitorsResponse 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
listMonitors(software.amazon.awssdk.services.deadline.model.ListMonitorsRequest)operation.- Parameters:
listMonitorsRequest-- 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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listMonitorsPaginator
default ListMonitorsPublisher listMonitorsPaginator(Consumer<ListMonitorsRequest.Builder> listMonitorsRequest)
This is a variant of
listMonitors(software.amazon.awssdk.services.deadline.model.ListMonitorsRequest)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.deadline.paginators.ListMonitorsPublisher publisher = client.listMonitorsPaginator(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.deadline.paginators.ListMonitorsPublisher publisher = client.listMonitorsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.deadline.model.ListMonitorsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.deadline.model.ListMonitorsResponse 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
listMonitors(software.amazon.awssdk.services.deadline.model.ListMonitorsRequest)operation.
This is a convenience which creates an instance of the
ListMonitorsRequest.Builderavoiding the need to create one manually viaListMonitorsRequest.builder()- Parameters:
listMonitorsRequest- AConsumerthat will call methods onListMonitorsRequest.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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listQueueEnvironments
default CompletableFuture<ListQueueEnvironmentsResponse> listQueueEnvironments(ListQueueEnvironmentsRequest listQueueEnvironmentsRequest)
Lists queue environments.
- Parameters:
listQueueEnvironmentsRequest-- Returns:
- A Java Future containing the result of the ListQueueEnvironments operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listQueueEnvironments
default CompletableFuture<ListQueueEnvironmentsResponse> listQueueEnvironments(Consumer<ListQueueEnvironmentsRequest.Builder> listQueueEnvironmentsRequest)
Lists queue environments.
This is a convenience which creates an instance of the
ListQueueEnvironmentsRequest.Builderavoiding the need to create one manually viaListQueueEnvironmentsRequest.builder()- Parameters:
listQueueEnvironmentsRequest- AConsumerthat will call methods onListQueueEnvironmentsRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the ListQueueEnvironments operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listQueueEnvironmentsPaginator
default ListQueueEnvironmentsPublisher listQueueEnvironmentsPaginator(ListQueueEnvironmentsRequest listQueueEnvironmentsRequest)
This is a variant of
listQueueEnvironments(software.amazon.awssdk.services.deadline.model.ListQueueEnvironmentsRequest)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.deadline.paginators.ListQueueEnvironmentsPublisher publisher = client.listQueueEnvironmentsPaginator(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.deadline.paginators.ListQueueEnvironmentsPublisher publisher = client.listQueueEnvironmentsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.deadline.model.ListQueueEnvironmentsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.deadline.model.ListQueueEnvironmentsResponse 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
listQueueEnvironments(software.amazon.awssdk.services.deadline.model.ListQueueEnvironmentsRequest)operation.- Parameters:
listQueueEnvironmentsRequest-- 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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listQueueEnvironmentsPaginator
default ListQueueEnvironmentsPublisher listQueueEnvironmentsPaginator(Consumer<ListQueueEnvironmentsRequest.Builder> listQueueEnvironmentsRequest)
This is a variant of
listQueueEnvironments(software.amazon.awssdk.services.deadline.model.ListQueueEnvironmentsRequest)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.deadline.paginators.ListQueueEnvironmentsPublisher publisher = client.listQueueEnvironmentsPaginator(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.deadline.paginators.ListQueueEnvironmentsPublisher publisher = client.listQueueEnvironmentsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.deadline.model.ListQueueEnvironmentsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.deadline.model.ListQueueEnvironmentsResponse 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
listQueueEnvironments(software.amazon.awssdk.services.deadline.model.ListQueueEnvironmentsRequest)operation.
This is a convenience which creates an instance of the
ListQueueEnvironmentsRequest.Builderavoiding the need to create one manually viaListQueueEnvironmentsRequest.builder()- Parameters:
listQueueEnvironmentsRequest- AConsumerthat will call methods onListQueueEnvironmentsRequest.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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listQueueFleetAssociations
default CompletableFuture<ListQueueFleetAssociationsResponse> listQueueFleetAssociations(ListQueueFleetAssociationsRequest listQueueFleetAssociationsRequest)
Lists queue-fleet associations.
- Parameters:
listQueueFleetAssociationsRequest-- Returns:
- A Java Future containing the result of the ListQueueFleetAssociations operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listQueueFleetAssociations
default CompletableFuture<ListQueueFleetAssociationsResponse> listQueueFleetAssociations(Consumer<ListQueueFleetAssociationsRequest.Builder> listQueueFleetAssociationsRequest)
Lists queue-fleet associations.
This is a convenience which creates an instance of the
ListQueueFleetAssociationsRequest.Builderavoiding the need to create one manually viaListQueueFleetAssociationsRequest.builder()- Parameters:
listQueueFleetAssociationsRequest- AConsumerthat will call methods onListQueueFleetAssociationsRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the ListQueueFleetAssociations operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listQueueFleetAssociationsPaginator
default ListQueueFleetAssociationsPublisher listQueueFleetAssociationsPaginator(ListQueueFleetAssociationsRequest listQueueFleetAssociationsRequest)
This is a variant of
listQueueFleetAssociations(software.amazon.awssdk.services.deadline.model.ListQueueFleetAssociationsRequest)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.deadline.paginators.ListQueueFleetAssociationsPublisher publisher = client.listQueueFleetAssociationsPaginator(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.deadline.paginators.ListQueueFleetAssociationsPublisher publisher = client.listQueueFleetAssociationsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.deadline.model.ListQueueFleetAssociationsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.deadline.model.ListQueueFleetAssociationsResponse 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
listQueueFleetAssociations(software.amazon.awssdk.services.deadline.model.ListQueueFleetAssociationsRequest)operation.- Parameters:
listQueueFleetAssociationsRequest-- 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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listQueueFleetAssociationsPaginator
default ListQueueFleetAssociationsPublisher listQueueFleetAssociationsPaginator(Consumer<ListQueueFleetAssociationsRequest.Builder> listQueueFleetAssociationsRequest)
This is a variant of
listQueueFleetAssociations(software.amazon.awssdk.services.deadline.model.ListQueueFleetAssociationsRequest)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.deadline.paginators.ListQueueFleetAssociationsPublisher publisher = client.listQueueFleetAssociationsPaginator(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.deadline.paginators.ListQueueFleetAssociationsPublisher publisher = client.listQueueFleetAssociationsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.deadline.model.ListQueueFleetAssociationsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.deadline.model.ListQueueFleetAssociationsResponse 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
listQueueFleetAssociations(software.amazon.awssdk.services.deadline.model.ListQueueFleetAssociationsRequest)operation.
This is a convenience which creates an instance of the
ListQueueFleetAssociationsRequest.Builderavoiding the need to create one manually viaListQueueFleetAssociationsRequest.builder()- Parameters:
listQueueFleetAssociationsRequest- AConsumerthat will call methods onListQueueFleetAssociationsRequest.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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listQueueMembers
default CompletableFuture<ListQueueMembersResponse> listQueueMembers(ListQueueMembersRequest listQueueMembersRequest)
Lists the members in a queue.
- Parameters:
listQueueMembersRequest-- Returns:
- A Java Future containing the result of the ListQueueMembers operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listQueueMembers
default CompletableFuture<ListQueueMembersResponse> listQueueMembers(Consumer<ListQueueMembersRequest.Builder> listQueueMembersRequest)
Lists the members in a queue.
This is a convenience which creates an instance of the
ListQueueMembersRequest.Builderavoiding the need to create one manually viaListQueueMembersRequest.builder()- Parameters:
listQueueMembersRequest- AConsumerthat will call methods onListQueueMembersRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the ListQueueMembers operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listQueueMembersPaginator
default ListQueueMembersPublisher listQueueMembersPaginator(ListQueueMembersRequest listQueueMembersRequest)
This is a variant of
listQueueMembers(software.amazon.awssdk.services.deadline.model.ListQueueMembersRequest)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.deadline.paginators.ListQueueMembersPublisher publisher = client.listQueueMembersPaginator(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.deadline.paginators.ListQueueMembersPublisher publisher = client.listQueueMembersPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.deadline.model.ListQueueMembersResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.deadline.model.ListQueueMembersResponse 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
listQueueMembers(software.amazon.awssdk.services.deadline.model.ListQueueMembersRequest)operation.- Parameters:
listQueueMembersRequest-- 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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listQueueMembersPaginator
default ListQueueMembersPublisher listQueueMembersPaginator(Consumer<ListQueueMembersRequest.Builder> listQueueMembersRequest)
This is a variant of
listQueueMembers(software.amazon.awssdk.services.deadline.model.ListQueueMembersRequest)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.deadline.paginators.ListQueueMembersPublisher publisher = client.listQueueMembersPaginator(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.deadline.paginators.ListQueueMembersPublisher publisher = client.listQueueMembersPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.deadline.model.ListQueueMembersResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.deadline.model.ListQueueMembersResponse 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
listQueueMembers(software.amazon.awssdk.services.deadline.model.ListQueueMembersRequest)operation.
This is a convenience which creates an instance of the
ListQueueMembersRequest.Builderavoiding the need to create one manually viaListQueueMembersRequest.builder()- Parameters:
listQueueMembersRequest- AConsumerthat will call methods onListQueueMembersRequest.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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listQueues
default CompletableFuture<ListQueuesResponse> listQueues(ListQueuesRequest listQueuesRequest)
Lists queues.
- Parameters:
listQueuesRequest-- Returns:
- A Java Future containing the result of the ListQueues operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listQueues
default CompletableFuture<ListQueuesResponse> listQueues(Consumer<ListQueuesRequest.Builder> listQueuesRequest)
Lists queues.
This is a convenience which creates an instance of the
ListQueuesRequest.Builderavoiding the need to create one manually viaListQueuesRequest.builder()- Parameters:
listQueuesRequest- AConsumerthat will call methods onListQueuesRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the ListQueues operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listQueuesPaginator
default ListQueuesPublisher listQueuesPaginator(ListQueuesRequest listQueuesRequest)
This is a variant of
listQueues(software.amazon.awssdk.services.deadline.model.ListQueuesRequest)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.deadline.paginators.ListQueuesPublisher publisher = client.listQueuesPaginator(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.deadline.paginators.ListQueuesPublisher publisher = client.listQueuesPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.deadline.model.ListQueuesResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.deadline.model.ListQueuesResponse 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
listQueues(software.amazon.awssdk.services.deadline.model.ListQueuesRequest)operation.- Parameters:
listQueuesRequest-- 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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listQueuesPaginator
default ListQueuesPublisher listQueuesPaginator(Consumer<ListQueuesRequest.Builder> listQueuesRequest)
This is a variant of
listQueues(software.amazon.awssdk.services.deadline.model.ListQueuesRequest)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.deadline.paginators.ListQueuesPublisher publisher = client.listQueuesPaginator(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.deadline.paginators.ListQueuesPublisher publisher = client.listQueuesPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.deadline.model.ListQueuesResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.deadline.model.ListQueuesResponse 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
listQueues(software.amazon.awssdk.services.deadline.model.ListQueuesRequest)operation.
This is a convenience which creates an instance of the
ListQueuesRequest.Builderavoiding the need to create one manually viaListQueuesRequest.builder()- Parameters:
listQueuesRequest- AConsumerthat will call methods onListQueuesRequest.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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listSessionActions
default CompletableFuture<ListSessionActionsResponse> listSessionActions(ListSessionActionsRequest listSessionActionsRequest)
Lists session actions.
- Parameters:
listSessionActionsRequest-- Returns:
- A Java Future containing the result of the ListSessionActions operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listSessionActions
default CompletableFuture<ListSessionActionsResponse> listSessionActions(Consumer<ListSessionActionsRequest.Builder> listSessionActionsRequest)
Lists session actions.
This is a convenience which creates an instance of the
ListSessionActionsRequest.Builderavoiding the need to create one manually viaListSessionActionsRequest.builder()- Parameters:
listSessionActionsRequest- AConsumerthat will call methods onListSessionActionsRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the ListSessionActions operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listSessionActionsPaginator
default ListSessionActionsPublisher listSessionActionsPaginator(ListSessionActionsRequest listSessionActionsRequest)
This is a variant of
listSessionActions(software.amazon.awssdk.services.deadline.model.ListSessionActionsRequest)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.deadline.paginators.ListSessionActionsPublisher publisher = client.listSessionActionsPaginator(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.deadline.paginators.ListSessionActionsPublisher publisher = client.listSessionActionsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.deadline.model.ListSessionActionsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.deadline.model.ListSessionActionsResponse 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
listSessionActions(software.amazon.awssdk.services.deadline.model.ListSessionActionsRequest)operation.- Parameters:
listSessionActionsRequest-- 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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listSessionActionsPaginator
default ListSessionActionsPublisher listSessionActionsPaginator(Consumer<ListSessionActionsRequest.Builder> listSessionActionsRequest)
This is a variant of
listSessionActions(software.amazon.awssdk.services.deadline.model.ListSessionActionsRequest)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.deadline.paginators.ListSessionActionsPublisher publisher = client.listSessionActionsPaginator(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.deadline.paginators.ListSessionActionsPublisher publisher = client.listSessionActionsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.deadline.model.ListSessionActionsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.deadline.model.ListSessionActionsResponse 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
listSessionActions(software.amazon.awssdk.services.deadline.model.ListSessionActionsRequest)operation.
This is a convenience which creates an instance of the
ListSessionActionsRequest.Builderavoiding the need to create one manually viaListSessionActionsRequest.builder()- Parameters:
listSessionActionsRequest- AConsumerthat will call methods onListSessionActionsRequest.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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listSessions
default CompletableFuture<ListSessionsResponse> listSessions(ListSessionsRequest listSessionsRequest)
Lists sessions.
- Parameters:
listSessionsRequest-- Returns:
- A Java Future containing the result of the ListSessions operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listSessions
default CompletableFuture<ListSessionsResponse> listSessions(Consumer<ListSessionsRequest.Builder> listSessionsRequest)
Lists sessions.
This is a convenience which creates an instance of the
ListSessionsRequest.Builderavoiding the need to create one manually viaListSessionsRequest.builder()- Parameters:
listSessionsRequest- AConsumerthat will call methods onListSessionsRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the ListSessions operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listSessionsForWorker
default CompletableFuture<ListSessionsForWorkerResponse> listSessionsForWorker(ListSessionsForWorkerRequest listSessionsForWorkerRequest)
Lists sessions for a worker.
- Parameters:
listSessionsForWorkerRequest-- Returns:
- A Java Future containing the result of the ListSessionsForWorker operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listSessionsForWorker
default CompletableFuture<ListSessionsForWorkerResponse> listSessionsForWorker(Consumer<ListSessionsForWorkerRequest.Builder> listSessionsForWorkerRequest)
Lists sessions for a worker.
This is a convenience which creates an instance of the
ListSessionsForWorkerRequest.Builderavoiding the need to create one manually viaListSessionsForWorkerRequest.builder()- Parameters:
listSessionsForWorkerRequest- AConsumerthat will call methods onListSessionsForWorkerRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the ListSessionsForWorker operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listSessionsForWorkerPaginator
default ListSessionsForWorkerPublisher listSessionsForWorkerPaginator(ListSessionsForWorkerRequest listSessionsForWorkerRequest)
This is a variant of
listSessionsForWorker(software.amazon.awssdk.services.deadline.model.ListSessionsForWorkerRequest)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.deadline.paginators.ListSessionsForWorkerPublisher publisher = client.listSessionsForWorkerPaginator(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.deadline.paginators.ListSessionsForWorkerPublisher publisher = client.listSessionsForWorkerPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.deadline.model.ListSessionsForWorkerResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.deadline.model.ListSessionsForWorkerResponse 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
listSessionsForWorker(software.amazon.awssdk.services.deadline.model.ListSessionsForWorkerRequest)operation.- Parameters:
listSessionsForWorkerRequest-- 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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listSessionsForWorkerPaginator
default ListSessionsForWorkerPublisher listSessionsForWorkerPaginator(Consumer<ListSessionsForWorkerRequest.Builder> listSessionsForWorkerRequest)
This is a variant of
listSessionsForWorker(software.amazon.awssdk.services.deadline.model.ListSessionsForWorkerRequest)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.deadline.paginators.ListSessionsForWorkerPublisher publisher = client.listSessionsForWorkerPaginator(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.deadline.paginators.ListSessionsForWorkerPublisher publisher = client.listSessionsForWorkerPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.deadline.model.ListSessionsForWorkerResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.deadline.model.ListSessionsForWorkerResponse 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
listSessionsForWorker(software.amazon.awssdk.services.deadline.model.ListSessionsForWorkerRequest)operation.
This is a convenience which creates an instance of the
ListSessionsForWorkerRequest.Builderavoiding the need to create one manually viaListSessionsForWorkerRequest.builder()- Parameters:
listSessionsForWorkerRequest- AConsumerthat will call methods onListSessionsForWorkerRequest.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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listSessionsPaginator
default ListSessionsPublisher listSessionsPaginator(ListSessionsRequest listSessionsRequest)
This is a variant of
listSessions(software.amazon.awssdk.services.deadline.model.ListSessionsRequest)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.deadline.paginators.ListSessionsPublisher publisher = client.listSessionsPaginator(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.deadline.paginators.ListSessionsPublisher publisher = client.listSessionsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.deadline.model.ListSessionsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.deadline.model.ListSessionsResponse 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
listSessions(software.amazon.awssdk.services.deadline.model.ListSessionsRequest)operation.- Parameters:
listSessionsRequest-- 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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listSessionsPaginator
default ListSessionsPublisher listSessionsPaginator(Consumer<ListSessionsRequest.Builder> listSessionsRequest)
This is a variant of
listSessions(software.amazon.awssdk.services.deadline.model.ListSessionsRequest)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.deadline.paginators.ListSessionsPublisher publisher = client.listSessionsPaginator(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.deadline.paginators.ListSessionsPublisher publisher = client.listSessionsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.deadline.model.ListSessionsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.deadline.model.ListSessionsResponse 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
listSessions(software.amazon.awssdk.services.deadline.model.ListSessionsRequest)operation.
This is a convenience which creates an instance of the
ListSessionsRequest.Builderavoiding the need to create one manually viaListSessionsRequest.builder()- Parameters:
listSessionsRequest- AConsumerthat will call methods onListSessionsRequest.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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listStepConsumers
default CompletableFuture<ListStepConsumersResponse> listStepConsumers(ListStepConsumersRequest listStepConsumersRequest)
Lists step consumers.
- Parameters:
listStepConsumersRequest-- Returns:
- A Java Future containing the result of the ListStepConsumers operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listStepConsumers
default CompletableFuture<ListStepConsumersResponse> listStepConsumers(Consumer<ListStepConsumersRequest.Builder> listStepConsumersRequest)
Lists step consumers.
This is a convenience which creates an instance of the
ListStepConsumersRequest.Builderavoiding the need to create one manually viaListStepConsumersRequest.builder()- Parameters:
listStepConsumersRequest- AConsumerthat will call methods onListStepConsumersRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the ListStepConsumers operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listStepConsumersPaginator
default ListStepConsumersPublisher listStepConsumersPaginator(ListStepConsumersRequest listStepConsumersRequest)
This is a variant of
listStepConsumers(software.amazon.awssdk.services.deadline.model.ListStepConsumersRequest)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.deadline.paginators.ListStepConsumersPublisher publisher = client.listStepConsumersPaginator(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.deadline.paginators.ListStepConsumersPublisher publisher = client.listStepConsumersPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.deadline.model.ListStepConsumersResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.deadline.model.ListStepConsumersResponse 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
listStepConsumers(software.amazon.awssdk.services.deadline.model.ListStepConsumersRequest)operation.- Parameters:
listStepConsumersRequest-- 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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listStepConsumersPaginator
default ListStepConsumersPublisher listStepConsumersPaginator(Consumer<ListStepConsumersRequest.Builder> listStepConsumersRequest)
This is a variant of
listStepConsumers(software.amazon.awssdk.services.deadline.model.ListStepConsumersRequest)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.deadline.paginators.ListStepConsumersPublisher publisher = client.listStepConsumersPaginator(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.deadline.paginators.ListStepConsumersPublisher publisher = client.listStepConsumersPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.deadline.model.ListStepConsumersResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.deadline.model.ListStepConsumersResponse 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
listStepConsumers(software.amazon.awssdk.services.deadline.model.ListStepConsumersRequest)operation.
This is a convenience which creates an instance of the
ListStepConsumersRequest.Builderavoiding the need to create one manually viaListStepConsumersRequest.builder()- Parameters:
listStepConsumersRequest- AConsumerthat will call methods onListStepConsumersRequest.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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listStepDependencies
default CompletableFuture<ListStepDependenciesResponse> listStepDependencies(ListStepDependenciesRequest listStepDependenciesRequest)
Lists the dependencies for a step.
- Parameters:
listStepDependenciesRequest-- Returns:
- A Java Future containing the result of the ListStepDependencies operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listStepDependencies
default CompletableFuture<ListStepDependenciesResponse> listStepDependencies(Consumer<ListStepDependenciesRequest.Builder> listStepDependenciesRequest)
Lists the dependencies for a step.
This is a convenience which creates an instance of the
ListStepDependenciesRequest.Builderavoiding the need to create one manually viaListStepDependenciesRequest.builder()- Parameters:
listStepDependenciesRequest- AConsumerthat will call methods onListStepDependenciesRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the ListStepDependencies operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listStepDependenciesPaginator
default ListStepDependenciesPublisher listStepDependenciesPaginator(ListStepDependenciesRequest listStepDependenciesRequest)
This is a variant of
listStepDependencies(software.amazon.awssdk.services.deadline.model.ListStepDependenciesRequest)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.deadline.paginators.ListStepDependenciesPublisher publisher = client.listStepDependenciesPaginator(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.deadline.paginators.ListStepDependenciesPublisher publisher = client.listStepDependenciesPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.deadline.model.ListStepDependenciesResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.deadline.model.ListStepDependenciesResponse 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
listStepDependencies(software.amazon.awssdk.services.deadline.model.ListStepDependenciesRequest)operation.- Parameters:
listStepDependenciesRequest-- 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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listStepDependenciesPaginator
default ListStepDependenciesPublisher listStepDependenciesPaginator(Consumer<ListStepDependenciesRequest.Builder> listStepDependenciesRequest)
This is a variant of
listStepDependencies(software.amazon.awssdk.services.deadline.model.ListStepDependenciesRequest)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.deadline.paginators.ListStepDependenciesPublisher publisher = client.listStepDependenciesPaginator(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.deadline.paginators.ListStepDependenciesPublisher publisher = client.listStepDependenciesPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.deadline.model.ListStepDependenciesResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.deadline.model.ListStepDependenciesResponse 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
listStepDependencies(software.amazon.awssdk.services.deadline.model.ListStepDependenciesRequest)operation.
This is a convenience which creates an instance of the
ListStepDependenciesRequest.Builderavoiding the need to create one manually viaListStepDependenciesRequest.builder()- Parameters:
listStepDependenciesRequest- AConsumerthat will call methods onListStepDependenciesRequest.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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listSteps
default CompletableFuture<ListStepsResponse> listSteps(ListStepsRequest listStepsRequest)
Lists steps for a job.
- Parameters:
listStepsRequest-- Returns:
- A Java Future containing the result of the ListSteps operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listSteps
default CompletableFuture<ListStepsResponse> listSteps(Consumer<ListStepsRequest.Builder> listStepsRequest)
Lists steps for a job.
This is a convenience which creates an instance of the
ListStepsRequest.Builderavoiding the need to create one manually viaListStepsRequest.builder()- Parameters:
listStepsRequest- AConsumerthat will call methods onListStepsRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the ListSteps operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listStepsPaginator
default ListStepsPublisher listStepsPaginator(ListStepsRequest listStepsRequest)
This is a variant of
listSteps(software.amazon.awssdk.services.deadline.model.ListStepsRequest)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.deadline.paginators.ListStepsPublisher publisher = client.listStepsPaginator(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.deadline.paginators.ListStepsPublisher publisher = client.listStepsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.deadline.model.ListStepsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.deadline.model.ListStepsResponse 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
listSteps(software.amazon.awssdk.services.deadline.model.ListStepsRequest)operation.- Parameters:
listStepsRequest-- 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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listStepsPaginator
default ListStepsPublisher listStepsPaginator(Consumer<ListStepsRequest.Builder> listStepsRequest)
This is a variant of
listSteps(software.amazon.awssdk.services.deadline.model.ListStepsRequest)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.deadline.paginators.ListStepsPublisher publisher = client.listStepsPaginator(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.deadline.paginators.ListStepsPublisher publisher = client.listStepsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.deadline.model.ListStepsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.deadline.model.ListStepsResponse 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
listSteps(software.amazon.awssdk.services.deadline.model.ListStepsRequest)operation.
This is a convenience which creates an instance of the
ListStepsRequest.Builderavoiding the need to create one manually viaListStepsRequest.builder()- Parameters:
listStepsRequest- AConsumerthat will call methods onListStepsRequest.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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listStorageProfiles
default CompletableFuture<ListStorageProfilesResponse> listStorageProfiles(ListStorageProfilesRequest listStorageProfilesRequest)
Lists storage profiles.
- Parameters:
listStorageProfilesRequest-- Returns:
- A Java Future containing the result of the ListStorageProfiles operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listStorageProfiles
default CompletableFuture<ListStorageProfilesResponse> listStorageProfiles(Consumer<ListStorageProfilesRequest.Builder> listStorageProfilesRequest)
Lists storage profiles.
This is a convenience which creates an instance of the
ListStorageProfilesRequest.Builderavoiding the need to create one manually viaListStorageProfilesRequest.builder()- Parameters:
listStorageProfilesRequest- AConsumerthat will call methods onListStorageProfilesRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the ListStorageProfiles operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listStorageProfilesForQueue
default CompletableFuture<ListStorageProfilesForQueueResponse> listStorageProfilesForQueue(ListStorageProfilesForQueueRequest listStorageProfilesForQueueRequest)
Lists storage profiles for a queue.
- Parameters:
listStorageProfilesForQueueRequest-- Returns:
- A Java Future containing the result of the ListStorageProfilesForQueue operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listStorageProfilesForQueue
default CompletableFuture<ListStorageProfilesForQueueResponse> listStorageProfilesForQueue(Consumer<ListStorageProfilesForQueueRequest.Builder> listStorageProfilesForQueueRequest)
Lists storage profiles for a queue.
This is a convenience which creates an instance of the
ListStorageProfilesForQueueRequest.Builderavoiding the need to create one manually viaListStorageProfilesForQueueRequest.builder()- Parameters:
listStorageProfilesForQueueRequest- AConsumerthat will call methods onListStorageProfilesForQueueRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the ListStorageProfilesForQueue operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listStorageProfilesForQueuePaginator
default ListStorageProfilesForQueuePublisher listStorageProfilesForQueuePaginator(ListStorageProfilesForQueueRequest listStorageProfilesForQueueRequest)
This is a variant of
listStorageProfilesForQueue(software.amazon.awssdk.services.deadline.model.ListStorageProfilesForQueueRequest)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.deadline.paginators.ListStorageProfilesForQueuePublisher publisher = client.listStorageProfilesForQueuePaginator(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.deadline.paginators.ListStorageProfilesForQueuePublisher publisher = client.listStorageProfilesForQueuePaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.deadline.model.ListStorageProfilesForQueueResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.deadline.model.ListStorageProfilesForQueueResponse 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
listStorageProfilesForQueue(software.amazon.awssdk.services.deadline.model.ListStorageProfilesForQueueRequest)operation.- Parameters:
listStorageProfilesForQueueRequest-- 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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listStorageProfilesForQueuePaginator
default ListStorageProfilesForQueuePublisher listStorageProfilesForQueuePaginator(Consumer<ListStorageProfilesForQueueRequest.Builder> listStorageProfilesForQueueRequest)
This is a variant of
listStorageProfilesForQueue(software.amazon.awssdk.services.deadline.model.ListStorageProfilesForQueueRequest)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.deadline.paginators.ListStorageProfilesForQueuePublisher publisher = client.listStorageProfilesForQueuePaginator(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.deadline.paginators.ListStorageProfilesForQueuePublisher publisher = client.listStorageProfilesForQueuePaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.deadline.model.ListStorageProfilesForQueueResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.deadline.model.ListStorageProfilesForQueueResponse 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
listStorageProfilesForQueue(software.amazon.awssdk.services.deadline.model.ListStorageProfilesForQueueRequest)operation.
This is a convenience which creates an instance of the
ListStorageProfilesForQueueRequest.Builderavoiding the need to create one manually viaListStorageProfilesForQueueRequest.builder()- Parameters:
listStorageProfilesForQueueRequest- AConsumerthat will call methods onListStorageProfilesForQueueRequest.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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listStorageProfilesPaginator
default ListStorageProfilesPublisher listStorageProfilesPaginator(ListStorageProfilesRequest listStorageProfilesRequest)
This is a variant of
listStorageProfiles(software.amazon.awssdk.services.deadline.model.ListStorageProfilesRequest)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.deadline.paginators.ListStorageProfilesPublisher publisher = client.listStorageProfilesPaginator(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.deadline.paginators.ListStorageProfilesPublisher publisher = client.listStorageProfilesPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.deadline.model.ListStorageProfilesResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.deadline.model.ListStorageProfilesResponse 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
listStorageProfiles(software.amazon.awssdk.services.deadline.model.ListStorageProfilesRequest)operation.- Parameters:
listStorageProfilesRequest-- 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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listStorageProfilesPaginator
default ListStorageProfilesPublisher listStorageProfilesPaginator(Consumer<ListStorageProfilesRequest.Builder> listStorageProfilesRequest)
This is a variant of
listStorageProfiles(software.amazon.awssdk.services.deadline.model.ListStorageProfilesRequest)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.deadline.paginators.ListStorageProfilesPublisher publisher = client.listStorageProfilesPaginator(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.deadline.paginators.ListStorageProfilesPublisher publisher = client.listStorageProfilesPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.deadline.model.ListStorageProfilesResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.deadline.model.ListStorageProfilesResponse 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
listStorageProfiles(software.amazon.awssdk.services.deadline.model.ListStorageProfilesRequest)operation.
This is a convenience which creates an instance of the
ListStorageProfilesRequest.Builderavoiding the need to create one manually viaListStorageProfilesRequest.builder()- Parameters:
listStorageProfilesRequest- AConsumerthat will call methods onListStorageProfilesRequest.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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException 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)
Lists tags for a resource.
- 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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException 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)
Lists tags for a resource.
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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listTasks
default CompletableFuture<ListTasksResponse> listTasks(ListTasksRequest listTasksRequest)
Lists tasks for a job.
- Parameters:
listTasksRequest-- Returns:
- A Java Future containing the result of the ListTasks operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listTasks
default CompletableFuture<ListTasksResponse> listTasks(Consumer<ListTasksRequest.Builder> listTasksRequest)
Lists tasks for a job.
This is a convenience which creates an instance of the
ListTasksRequest.Builderavoiding the need to create one manually viaListTasksRequest.builder()- Parameters:
listTasksRequest- AConsumerthat will call methods onListTasksRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the ListTasks operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listTasksPaginator
default ListTasksPublisher listTasksPaginator(ListTasksRequest listTasksRequest)
This is a variant of
listTasks(software.amazon.awssdk.services.deadline.model.ListTasksRequest)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.deadline.paginators.ListTasksPublisher publisher = client.listTasksPaginator(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.deadline.paginators.ListTasksPublisher publisher = client.listTasksPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.deadline.model.ListTasksResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.deadline.model.ListTasksResponse 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
listTasks(software.amazon.awssdk.services.deadline.model.ListTasksRequest)operation.- Parameters:
listTasksRequest-- 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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listTasksPaginator
default ListTasksPublisher listTasksPaginator(Consumer<ListTasksRequest.Builder> listTasksRequest)
This is a variant of
listTasks(software.amazon.awssdk.services.deadline.model.ListTasksRequest)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.deadline.paginators.ListTasksPublisher publisher = client.listTasksPaginator(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.deadline.paginators.ListTasksPublisher publisher = client.listTasksPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.deadline.model.ListTasksResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.deadline.model.ListTasksResponse 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
listTasks(software.amazon.awssdk.services.deadline.model.ListTasksRequest)operation.
This is a convenience which creates an instance of the
ListTasksRequest.Builderavoiding the need to create one manually viaListTasksRequest.builder()- Parameters:
listTasksRequest- AConsumerthat will call methods onListTasksRequest.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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listWorkers
default CompletableFuture<ListWorkersResponse> listWorkers(ListWorkersRequest listWorkersRequest)
Lists workers.
- Parameters:
listWorkersRequest-- Returns:
- A Java Future containing the result of the ListWorkers operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listWorkers
default CompletableFuture<ListWorkersResponse> listWorkers(Consumer<ListWorkersRequest.Builder> listWorkersRequest)
Lists workers.
This is a convenience which creates an instance of the
ListWorkersRequest.Builderavoiding the need to create one manually viaListWorkersRequest.builder()- Parameters:
listWorkersRequest- AConsumerthat will call methods onListWorkersRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the ListWorkers operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listWorkersPaginator
default ListWorkersPublisher listWorkersPaginator(ListWorkersRequest listWorkersRequest)
This is a variant of
listWorkers(software.amazon.awssdk.services.deadline.model.ListWorkersRequest)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.deadline.paginators.ListWorkersPublisher publisher = client.listWorkersPaginator(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.deadline.paginators.ListWorkersPublisher publisher = client.listWorkersPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.deadline.model.ListWorkersResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.deadline.model.ListWorkersResponse 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
listWorkers(software.amazon.awssdk.services.deadline.model.ListWorkersRequest)operation.- Parameters:
listWorkersRequest-- 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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listWorkersPaginator
default ListWorkersPublisher listWorkersPaginator(Consumer<ListWorkersRequest.Builder> listWorkersRequest)
This is a variant of
listWorkers(software.amazon.awssdk.services.deadline.model.ListWorkersRequest)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.deadline.paginators.ListWorkersPublisher publisher = client.listWorkersPaginator(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.deadline.paginators.ListWorkersPublisher publisher = client.listWorkersPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.deadline.model.ListWorkersResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.deadline.model.ListWorkersResponse 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
listWorkers(software.amazon.awssdk.services.deadline.model.ListWorkersRequest)operation.
This is a convenience which creates an instance of the
ListWorkersRequest.Builderavoiding the need to create one manually viaListWorkersRequest.builder()- Parameters:
listWorkersRequest- AConsumerthat will call methods onListWorkersRequest.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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
putMeteredProduct
default CompletableFuture<PutMeteredProductResponse> putMeteredProduct(PutMeteredProductRequest putMeteredProductRequest)
Adds a metered product.
- Parameters:
putMeteredProductRequest-- Returns:
- A Java Future containing the result of the PutMeteredProduct operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
putMeteredProduct
default CompletableFuture<PutMeteredProductResponse> putMeteredProduct(Consumer<PutMeteredProductRequest.Builder> putMeteredProductRequest)
Adds a metered product.
This is a convenience which creates an instance of the
PutMeteredProductRequest.Builderavoiding the need to create one manually viaPutMeteredProductRequest.builder()- Parameters:
putMeteredProductRequest- AConsumerthat will call methods onPutMeteredProductRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the PutMeteredProduct operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
searchJobs
default CompletableFuture<SearchJobsResponse> searchJobs(SearchJobsRequest searchJobsRequest)
Searches for jobs.
- Parameters:
searchJobsRequest-- Returns:
- A Java Future containing the result of the SearchJobs operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
searchJobs
default CompletableFuture<SearchJobsResponse> searchJobs(Consumer<SearchJobsRequest.Builder> searchJobsRequest)
Searches for jobs.
This is a convenience which creates an instance of the
SearchJobsRequest.Builderavoiding the need to create one manually viaSearchJobsRequest.builder()- Parameters:
searchJobsRequest- AConsumerthat will call methods onSearchJobsRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the SearchJobs operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
searchSteps
default CompletableFuture<SearchStepsResponse> searchSteps(SearchStepsRequest searchStepsRequest)
Searches for steps.
- Parameters:
searchStepsRequest-- Returns:
- A Java Future containing the result of the SearchSteps operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
searchSteps
default CompletableFuture<SearchStepsResponse> searchSteps(Consumer<SearchStepsRequest.Builder> searchStepsRequest)
Searches for steps.
This is a convenience which creates an instance of the
SearchStepsRequest.Builderavoiding the need to create one manually viaSearchStepsRequest.builder()- Parameters:
searchStepsRequest- AConsumerthat will call methods onSearchStepsRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the SearchSteps operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
searchTasks
default CompletableFuture<SearchTasksResponse> searchTasks(SearchTasksRequest searchTasksRequest)
Searches for tasks.
- Parameters:
searchTasksRequest-- Returns:
- A Java Future containing the result of the SearchTasks operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
searchTasks
default CompletableFuture<SearchTasksResponse> searchTasks(Consumer<SearchTasksRequest.Builder> searchTasksRequest)
Searches for tasks.
This is a convenience which creates an instance of the
SearchTasksRequest.Builderavoiding the need to create one manually viaSearchTasksRequest.builder()- Parameters:
searchTasksRequest- AConsumerthat will call methods onSearchTasksRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the SearchTasks operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
searchWorkers
default CompletableFuture<SearchWorkersResponse> searchWorkers(SearchWorkersRequest searchWorkersRequest)
Searches for workers.
- Parameters:
searchWorkersRequest-- Returns:
- A Java Future containing the result of the SearchWorkers operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
searchWorkers
default CompletableFuture<SearchWorkersResponse> searchWorkers(Consumer<SearchWorkersRequest.Builder> searchWorkersRequest)
Searches for workers.
This is a convenience which creates an instance of the
SearchWorkersRequest.Builderavoiding the need to create one manually viaSearchWorkersRequest.builder()- Parameters:
searchWorkersRequest- AConsumerthat will call methods onSearchWorkersRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the SearchWorkers operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
startSessionsStatisticsAggregation
default CompletableFuture<StartSessionsStatisticsAggregationResponse> startSessionsStatisticsAggregation(StartSessionsStatisticsAggregationRequest startSessionsStatisticsAggregationRequest)
Starts an asynchronous request for getting aggregated statistics about queues and farms. Get the statistics using the
GetSessionsStatisticsAggregationoperation. Statistics are available for 1 hour after you call theStartSessionsStatisticsAggregationoperation.- Parameters:
startSessionsStatisticsAggregationRequest-- Returns:
- A Java Future containing the result of the StartSessionsStatisticsAggregation operation returned by the
service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
startSessionsStatisticsAggregation
default CompletableFuture<StartSessionsStatisticsAggregationResponse> startSessionsStatisticsAggregation(Consumer<StartSessionsStatisticsAggregationRequest.Builder> startSessionsStatisticsAggregationRequest)
Starts an asynchronous request for getting aggregated statistics about queues and farms. Get the statistics using the
GetSessionsStatisticsAggregationoperation. Statistics are available for 1 hour after you call theStartSessionsStatisticsAggregationoperation.
This is a convenience which creates an instance of the
StartSessionsStatisticsAggregationRequest.Builderavoiding the need to create one manually viaStartSessionsStatisticsAggregationRequest.builder()- Parameters:
startSessionsStatisticsAggregationRequest- AConsumerthat will call methods onStartSessionsStatisticsAggregationRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the StartSessionsStatisticsAggregation operation returned by the
service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException 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)
Tags a resource using the resource's ARN and desired tags.
- 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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ConflictException Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException 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)
Tags a resource using the resource's ARN and desired tags.
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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ConflictException Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException 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 a tag from a resource using the resource's ARN and tag to remove.
- 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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ConflictException Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException 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 a tag from a resource using the resource's ARN and tag to remove.
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.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ConflictException Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
updateBudget
default CompletableFuture<UpdateBudgetResponse> updateBudget(UpdateBudgetRequest updateBudgetRequest)
Updates a budget that sets spending thresholds for rendering activity.
- Parameters:
updateBudgetRequest-- Returns:
- A Java Future containing the result of the UpdateBudget operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
updateBudget
default CompletableFuture<UpdateBudgetResponse> updateBudget(Consumer<UpdateBudgetRequest.Builder> updateBudgetRequest)
Updates a budget that sets spending thresholds for rendering activity.
This is a convenience which creates an instance of the
UpdateBudgetRequest.Builderavoiding the need to create one manually viaUpdateBudgetRequest.builder()- Parameters:
updateBudgetRequest- AConsumerthat will call methods onUpdateBudgetRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the UpdateBudget operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
updateFarm
default CompletableFuture<UpdateFarmResponse> updateFarm(UpdateFarmRequest updateFarmRequest)
Updates a farm.
- Parameters:
updateFarmRequest-- Returns:
- A Java Future containing the result of the UpdateFarm operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
updateFarm
default CompletableFuture<UpdateFarmResponse> updateFarm(Consumer<UpdateFarmRequest.Builder> updateFarmRequest)
Updates a farm.
This is a convenience which creates an instance of the
UpdateFarmRequest.Builderavoiding the need to create one manually viaUpdateFarmRequest.builder()- Parameters:
updateFarmRequest- AConsumerthat will call methods onUpdateFarmRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the UpdateFarm operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
updateFleet
default CompletableFuture<UpdateFleetResponse> updateFleet(UpdateFleetRequest updateFleetRequest)
Updates a fleet.
- Parameters:
updateFleetRequest-- Returns:
- A Java Future containing the result of the UpdateFleet operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- ServiceQuotaExceededException You exceeded your service quota. Service quotas, also referred to as limits, are the maximum number of service resources or operations for your Amazon Web Services account.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
updateFleet
default CompletableFuture<UpdateFleetResponse> updateFleet(Consumer<UpdateFleetRequest.Builder> updateFleetRequest)
Updates a fleet.
This is a convenience which creates an instance of the
UpdateFleetRequest.Builderavoiding the need to create one manually viaUpdateFleetRequest.builder()- Parameters:
updateFleetRequest- AConsumerthat will call methods onUpdateFleetRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the UpdateFleet operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- ServiceQuotaExceededException You exceeded your service quota. Service quotas, also referred to as limits, are the maximum number of service resources or operations for your Amazon Web Services account.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
updateJob
default CompletableFuture<UpdateJobResponse> updateJob(UpdateJobRequest updateJobRequest)
Updates a job.
- Parameters:
updateJobRequest-- Returns:
- A Java Future containing the result of the UpdateJob operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ConflictException Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
updateJob
default CompletableFuture<UpdateJobResponse> updateJob(Consumer<UpdateJobRequest.Builder> updateJobRequest)
Updates a job.
This is a convenience which creates an instance of the
UpdateJobRequest.Builderavoiding the need to create one manually viaUpdateJobRequest.builder()- Parameters:
updateJobRequest- AConsumerthat will call methods onUpdateJobRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the UpdateJob operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ConflictException Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
updateMonitor
default CompletableFuture<UpdateMonitorResponse> updateMonitor(UpdateMonitorRequest updateMonitorRequest)
Modifies the settings for a Deadline Cloud monitor. You can modify one or all of the settings when you call
UpdateMonitor.- Parameters:
updateMonitorRequest-- Returns:
- A Java Future containing the result of the UpdateMonitor operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
updateMonitor
default CompletableFuture<UpdateMonitorResponse> updateMonitor(Consumer<UpdateMonitorRequest.Builder> updateMonitorRequest)
Modifies the settings for a Deadline Cloud monitor. You can modify one or all of the settings when you call
UpdateMonitor.
This is a convenience which creates an instance of the
UpdateMonitorRequest.Builderavoiding the need to create one manually viaUpdateMonitorRequest.builder()- Parameters:
updateMonitorRequest- AConsumerthat will call methods onUpdateMonitorRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the UpdateMonitor operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
updateQueue
default CompletableFuture<UpdateQueueResponse> updateQueue(UpdateQueueRequest updateQueueRequest)
Updates a queue.
- Parameters:
updateQueueRequest-- Returns:
- A Java Future containing the result of the UpdateQueue operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
updateQueue
default CompletableFuture<UpdateQueueResponse> updateQueue(Consumer<UpdateQueueRequest.Builder> updateQueueRequest)
Updates a queue.
This is a convenience which creates an instance of the
UpdateQueueRequest.Builderavoiding the need to create one manually viaUpdateQueueRequest.builder()- Parameters:
updateQueueRequest- AConsumerthat will call methods onUpdateQueueRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the UpdateQueue operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
updateQueueEnvironment
default CompletableFuture<UpdateQueueEnvironmentResponse> updateQueueEnvironment(UpdateQueueEnvironmentRequest updateQueueEnvironmentRequest)
Updates the queue environment.
- Parameters:
updateQueueEnvironmentRequest-- Returns:
- A Java Future containing the result of the UpdateQueueEnvironment operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
updateQueueEnvironment
default CompletableFuture<UpdateQueueEnvironmentResponse> updateQueueEnvironment(Consumer<UpdateQueueEnvironmentRequest.Builder> updateQueueEnvironmentRequest)
Updates the queue environment.
This is a convenience which creates an instance of the
UpdateQueueEnvironmentRequest.Builderavoiding the need to create one manually viaUpdateQueueEnvironmentRequest.builder()- Parameters:
updateQueueEnvironmentRequest- AConsumerthat will call methods onUpdateQueueEnvironmentRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the UpdateQueueEnvironment operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
updateQueueFleetAssociation
default CompletableFuture<UpdateQueueFleetAssociationResponse> updateQueueFleetAssociation(UpdateQueueFleetAssociationRequest updateQueueFleetAssociationRequest)
Updates a queue-fleet association.
- Parameters:
updateQueueFleetAssociationRequest-- Returns:
- A Java Future containing the result of the UpdateQueueFleetAssociation operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
updateQueueFleetAssociation
default CompletableFuture<UpdateQueueFleetAssociationResponse> updateQueueFleetAssociation(Consumer<UpdateQueueFleetAssociationRequest.Builder> updateQueueFleetAssociationRequest)
Updates a queue-fleet association.
This is a convenience which creates an instance of the
UpdateQueueFleetAssociationRequest.Builderavoiding the need to create one manually viaUpdateQueueFleetAssociationRequest.builder()- Parameters:
updateQueueFleetAssociationRequest- AConsumerthat will call methods onUpdateQueueFleetAssociationRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the UpdateQueueFleetAssociation operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
updateSession
default CompletableFuture<UpdateSessionResponse> updateSession(UpdateSessionRequest updateSessionRequest)
Updates a session.
- Parameters:
updateSessionRequest-- Returns:
- A Java Future containing the result of the UpdateSession operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ConflictException Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
updateSession
default CompletableFuture<UpdateSessionResponse> updateSession(Consumer<UpdateSessionRequest.Builder> updateSessionRequest)
Updates a session.
This is a convenience which creates an instance of the
UpdateSessionRequest.Builderavoiding the need to create one manually viaUpdateSessionRequest.builder()- Parameters:
updateSessionRequest- AConsumerthat will call methods onUpdateSessionRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the UpdateSession operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ConflictException Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
updateStep
default CompletableFuture<UpdateStepResponse> updateStep(UpdateStepRequest updateStepRequest)
Updates a step.
- Parameters:
updateStepRequest-- Returns:
- A Java Future containing the result of the UpdateStep operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ConflictException Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
updateStep
default CompletableFuture<UpdateStepResponse> updateStep(Consumer<UpdateStepRequest.Builder> updateStepRequest)
Updates a step.
This is a convenience which creates an instance of the
UpdateStepRequest.Builderavoiding the need to create one manually viaUpdateStepRequest.builder()- Parameters:
updateStepRequest- AConsumerthat will call methods onUpdateStepRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the UpdateStep operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ConflictException Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
updateStorageProfile
default CompletableFuture<UpdateStorageProfileResponse> updateStorageProfile(UpdateStorageProfileRequest updateStorageProfileRequest)
Updates a storage profile.
- Parameters:
updateStorageProfileRequest-- Returns:
- A Java Future containing the result of the UpdateStorageProfile operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
updateStorageProfile
default CompletableFuture<UpdateStorageProfileResponse> updateStorageProfile(Consumer<UpdateStorageProfileRequest.Builder> updateStorageProfileRequest)
Updates a storage profile.
This is a convenience which creates an instance of the
UpdateStorageProfileRequest.Builderavoiding the need to create one manually viaUpdateStorageProfileRequest.builder()- Parameters:
updateStorageProfileRequest- AConsumerthat will call methods onUpdateStorageProfileRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the UpdateStorageProfile operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
updateTask
default CompletableFuture<UpdateTaskResponse> updateTask(UpdateTaskRequest updateTaskRequest)
Updates a task.
- Parameters:
updateTaskRequest-- Returns:
- A Java Future containing the result of the UpdateTask operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ConflictException Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
updateTask
default CompletableFuture<UpdateTaskResponse> updateTask(Consumer<UpdateTaskRequest.Builder> updateTaskRequest)
Updates a task.
This is a convenience which creates an instance of the
UpdateTaskRequest.Builderavoiding the need to create one manually viaUpdateTaskRequest.builder()- Parameters:
updateTaskRequest- AConsumerthat will call methods onUpdateTaskRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the UpdateTask operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ConflictException Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
updateWorker
default CompletableFuture<UpdateWorkerResponse> updateWorker(UpdateWorkerRequest updateWorkerRequest)
Updates a worker.
- Parameters:
updateWorkerRequest-- Returns:
- A Java Future containing the result of the UpdateWorker operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ConflictException Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
updateWorker
default CompletableFuture<UpdateWorkerResponse> updateWorker(Consumer<UpdateWorkerRequest.Builder> updateWorkerRequest)
Updates a worker.
This is a convenience which creates an instance of the
UpdateWorkerRequest.Builderavoiding the need to create one manually viaUpdateWorkerRequest.builder()- Parameters:
updateWorkerRequest- AConsumerthat will call methods onUpdateWorkerRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the UpdateWorker operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ConflictException Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
updateWorkerSchedule
default CompletableFuture<UpdateWorkerScheduleResponse> updateWorkerSchedule(UpdateWorkerScheduleRequest updateWorkerScheduleRequest)
Updates the schedule for a worker.
- Parameters:
updateWorkerScheduleRequest-- Returns:
- A Java Future containing the result of the UpdateWorkerSchedule operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ConflictException Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
updateWorkerSchedule
default CompletableFuture<UpdateWorkerScheduleResponse> updateWorkerSchedule(Consumer<UpdateWorkerScheduleRequest.Builder> updateWorkerScheduleRequest)
Updates the schedule for a worker.
This is a convenience which creates an instance of the
UpdateWorkerScheduleRequest.Builderavoiding the need to create one manually viaUpdateWorkerScheduleRequest.builder()- Parameters:
updateWorkerScheduleRequest- AConsumerthat will call methods onUpdateWorkerScheduleRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the UpdateWorkerSchedule operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- AccessDeniedException You don't have permission to perform the action.
- InternalServerErrorException Deadline Cloud can't process your request right now. Try again later.
- ResourceNotFoundException The requested resource can't be found.
- ThrottlingException Your request exceeded a request rate quota.
- ConflictException Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.
- ValidationException The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
- 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.
- DeadlineException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
waiter
default DeadlineAsyncWaiter waiter()
Create an instance ofDeadlineAsyncWaiterusing this client.Waiters created via this method are managed by the SDK and resources will be released when the service client is closed.
- Returns:
- an instance of
DeadlineAsyncWaiter
-
serviceClientConfiguration
default DeadlineServiceClientConfiguration serviceClientConfiguration()
- Specified by:
serviceClientConfigurationin interfaceAwsClient- Specified by:
serviceClientConfigurationin interfaceSdkClient
-
create
static DeadlineAsyncClient create()
Create aDeadlineAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider.
-
builder
static DeadlineAsyncClientBuilder builder()
Create a builder that can be used to configure and create aDeadlineAsyncClient.
-
-