Interface DeadlineClient
-
- All Superinterfaces:
AutoCloseable,AwsClient,SdkAutoCloseable,SdkClient
@Generated("software.amazon.awssdk:codegen") @ThreadSafe public interface DeadlineClient extends AwsClient
Service client for accessing AWSDeadlineCloud. This can be created using the staticbuilder()method.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 AssociateMemberToFarmResponse associateMemberToFarm(AssociateMemberToFarmRequest associateMemberToFarmRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, DeadlineException
Assigns a farm membership level to a member.
- Parameters:
associateMemberToFarmRequest-- Returns:
- Result of the AssociateMemberToFarm operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
associateMemberToFarm
default AssociateMemberToFarmResponse associateMemberToFarm(Consumer<AssociateMemberToFarmRequest.Builder> associateMemberToFarmRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the AssociateMemberToFarm operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
associateMemberToFleet
default AssociateMemberToFleetResponse associateMemberToFleet(AssociateMemberToFleetRequest associateMemberToFleetRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, DeadlineException
Assigns a fleet membership level to a member.
- Parameters:
associateMemberToFleetRequest-- Returns:
- Result of the AssociateMemberToFleet operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
associateMemberToFleet
default AssociateMemberToFleetResponse associateMemberToFleet(Consumer<AssociateMemberToFleetRequest.Builder> associateMemberToFleetRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the AssociateMemberToFleet operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
associateMemberToJob
default AssociateMemberToJobResponse associateMemberToJob(AssociateMemberToJobRequest associateMemberToJobRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, DeadlineException
Assigns a job membership level to a member
- Parameters:
associateMemberToJobRequest-- Returns:
- Result of the AssociateMemberToJob operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
associateMemberToJob
default AssociateMemberToJobResponse associateMemberToJob(Consumer<AssociateMemberToJobRequest.Builder> associateMemberToJobRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the AssociateMemberToJob operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
associateMemberToQueue
default AssociateMemberToQueueResponse associateMemberToQueue(AssociateMemberToQueueRequest associateMemberToQueueRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, DeadlineException
Assigns a queue membership level to a member
- Parameters:
associateMemberToQueueRequest-- Returns:
- Result of the AssociateMemberToQueue operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
associateMemberToQueue
default AssociateMemberToQueueResponse associateMemberToQueue(Consumer<AssociateMemberToQueueRequest.Builder> associateMemberToQueueRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the AssociateMemberToQueue operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
assumeFleetRoleForRead
default AssumeFleetRoleForReadResponse assumeFleetRoleForRead(AssumeFleetRoleForReadRequest assumeFleetRoleForReadRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the AssumeFleetRoleForRead operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
assumeFleetRoleForRead
default AssumeFleetRoleForReadResponse assumeFleetRoleForRead(Consumer<AssumeFleetRoleForReadRequest.Builder> assumeFleetRoleForReadRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the AssumeFleetRoleForRead operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
assumeFleetRoleForWorker
default AssumeFleetRoleForWorkerResponse assumeFleetRoleForWorker(AssumeFleetRoleForWorkerRequest assumeFleetRoleForWorkerRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ConflictException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Get credentials from the fleet role for a worker.
- Parameters:
assumeFleetRoleForWorkerRequest-- Returns:
- Result of the AssumeFleetRoleForWorker operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
assumeFleetRoleForWorker
default AssumeFleetRoleForWorkerResponse assumeFleetRoleForWorker(Consumer<AssumeFleetRoleForWorkerRequest.Builder> assumeFleetRoleForWorkerRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ConflictException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the AssumeFleetRoleForWorker operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
assumeQueueRoleForRead
default AssumeQueueRoleForReadResponse assumeQueueRoleForRead(AssumeQueueRoleForReadRequest assumeQueueRoleForReadRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the AssumeQueueRoleForRead operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
assumeQueueRoleForRead
default AssumeQueueRoleForReadResponse assumeQueueRoleForRead(Consumer<AssumeQueueRoleForReadRequest.Builder> assumeQueueRoleForReadRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the AssumeQueueRoleForRead operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
assumeQueueRoleForUser
default AssumeQueueRoleForUserResponse assumeQueueRoleForUser(AssumeQueueRoleForUserRequest assumeQueueRoleForUserRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Allows a user to assume a role for a queue.
- Parameters:
assumeQueueRoleForUserRequest-- Returns:
- Result of the AssumeQueueRoleForUser operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
assumeQueueRoleForUser
default AssumeQueueRoleForUserResponse assumeQueueRoleForUser(Consumer<AssumeQueueRoleForUserRequest.Builder> assumeQueueRoleForUserRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the AssumeQueueRoleForUser operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
assumeQueueRoleForWorker
default AssumeQueueRoleForWorkerResponse assumeQueueRoleForWorker(AssumeQueueRoleForWorkerRequest assumeQueueRoleForWorkerRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ConflictException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Allows a worker to assume a queue role.
- Parameters:
assumeQueueRoleForWorkerRequest-- Returns:
- Result of the AssumeQueueRoleForWorker operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
assumeQueueRoleForWorker
default AssumeQueueRoleForWorkerResponse assumeQueueRoleForWorker(Consumer<AssumeQueueRoleForWorkerRequest.Builder> assumeQueueRoleForWorkerRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ConflictException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the AssumeQueueRoleForWorker operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
batchGetJobEntity
default BatchGetJobEntityResponse batchGetJobEntity(BatchGetJobEntityRequest batchGetJobEntityRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Get batched job details for a worker.
- Parameters:
batchGetJobEntityRequest-- Returns:
- Result of the BatchGetJobEntity operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
batchGetJobEntity
default BatchGetJobEntityResponse batchGetJobEntity(Consumer<BatchGetJobEntityRequest.Builder> batchGetJobEntityRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the BatchGetJobEntity operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
copyJobTemplate
default CopyJobTemplateResponse copyJobTemplate(CopyJobTemplateRequest copyJobTemplateRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Copies a job template to an Amazon S3 bucket.
- Parameters:
copyJobTemplateRequest-- Returns:
- Result of the CopyJobTemplate operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
copyJobTemplate
default CopyJobTemplateResponse copyJobTemplate(Consumer<CopyJobTemplateRequest.Builder> copyJobTemplateRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the CopyJobTemplate operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
createBudget
default CreateBudgetResponse createBudget(CreateBudgetRequest createBudgetRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, DeadlineException
Creates a budget to set spending thresholds for your rendering activity.
- Parameters:
createBudgetRequest-- Returns:
- Result of the CreateBudget operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
createBudget
default CreateBudgetResponse createBudget(Consumer<CreateBudgetRequest.Builder> createBudgetRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the CreateBudget operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
createFarm
default CreateFarmResponse createFarm(CreateFarmRequest createFarmRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the CreateFarm operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
createFarm
default CreateFarmResponse createFarm(Consumer<CreateFarmRequest.Builder> createFarmRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the CreateFarm operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
createFleet
default CreateFleetResponse createFleet(CreateFleetRequest createFleetRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the CreateFleet operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
createFleet
default CreateFleetResponse createFleet(Consumer<CreateFleetRequest.Builder> createFleetRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the CreateFleet operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
createJob
default CreateJobResponse createJob(CreateJobRequest createJobRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the CreateJob operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
createJob
default CreateJobResponse createJob(Consumer<CreateJobRequest.Builder> createJobRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the CreateJob operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
createLicenseEndpoint
default CreateLicenseEndpointResponse createLicenseEndpoint(CreateLicenseEndpointRequest createLicenseEndpointRequest) throws AccessDeniedException, InternalServerErrorException, ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, DeadlineException
Creates a license endpoint to integrate your various licensed software used for rendering on Deadline Cloud.
- Parameters:
createLicenseEndpointRequest-- Returns:
- Result of the CreateLicenseEndpoint operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
createLicenseEndpoint
default CreateLicenseEndpointResponse createLicenseEndpoint(Consumer<CreateLicenseEndpointRequest.Builder> createLicenseEndpointRequest) throws AccessDeniedException, InternalServerErrorException, ThrottlingException, ConflictException, ValidationException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the CreateLicenseEndpoint operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
createMonitor
default CreateMonitorResponse createMonitor(CreateMonitorRequest createMonitorRequest) throws AccessDeniedException, InternalServerErrorException, ThrottlingException, ValidationException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the CreateMonitor operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
createMonitor
default CreateMonitorResponse createMonitor(Consumer<CreateMonitorRequest.Builder> createMonitorRequest) throws AccessDeniedException, InternalServerErrorException, ThrottlingException, ValidationException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the CreateMonitor operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
createQueue
default CreateQueueResponse createQueue(CreateQueueRequest createQueueRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the CreateQueue operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
createQueue
default CreateQueueResponse createQueue(Consumer<CreateQueueRequest.Builder> createQueueRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the CreateQueue operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
createQueueEnvironment
default CreateQueueEnvironmentResponse createQueueEnvironment(CreateQueueEnvironmentRequest createQueueEnvironmentRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, DeadlineException
Creates an environment for a queue that defines how jobs in the queue run.
- Parameters:
createQueueEnvironmentRequest-- Returns:
- Result of the CreateQueueEnvironment operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
createQueueEnvironment
default CreateQueueEnvironmentResponse createQueueEnvironment(Consumer<CreateQueueEnvironmentRequest.Builder> createQueueEnvironmentRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the CreateQueueEnvironment operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
createQueueFleetAssociation
default CreateQueueFleetAssociationResponse createQueueFleetAssociation(CreateQueueFleetAssociationRequest createQueueFleetAssociationRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Creates an association between a queue and a fleet.
- Parameters:
createQueueFleetAssociationRequest-- Returns:
- Result of the CreateQueueFleetAssociation operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
createQueueFleetAssociation
default CreateQueueFleetAssociationResponse createQueueFleetAssociation(Consumer<CreateQueueFleetAssociationRequest.Builder> createQueueFleetAssociationRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the CreateQueueFleetAssociation operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
createStorageProfile
default CreateStorageProfileResponse createStorageProfile(CreateStorageProfileRequest createStorageProfileRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, DeadlineException
Creates a storage profile that specifies the operating system, file type, and file location of resources used on a farm.
- Parameters:
createStorageProfileRequest-- Returns:
- Result of the CreateStorageProfile operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
createStorageProfile
default CreateStorageProfileResponse createStorageProfile(Consumer<CreateStorageProfileRequest.Builder> createStorageProfileRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the CreateStorageProfile operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
createWorker
default CreateWorkerResponse createWorker(CreateWorkerRequest createWorkerRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ConflictException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the CreateWorker operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
createWorker
default CreateWorkerResponse createWorker(Consumer<CreateWorkerRequest.Builder> createWorkerRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ConflictException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the CreateWorker operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
deleteBudget
default DeleteBudgetResponse deleteBudget(DeleteBudgetRequest deleteBudgetRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Deletes a budget.
- Parameters:
deleteBudgetRequest-- Returns:
- Result of the DeleteBudget operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
deleteBudget
default DeleteBudgetResponse deleteBudget(Consumer<DeleteBudgetRequest.Builder> deleteBudgetRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the DeleteBudget operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
deleteFarm
default DeleteFarmResponse deleteFarm(DeleteFarmRequest deleteFarmRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Deletes a farm.
- Parameters:
deleteFarmRequest-- Returns:
- Result of the DeleteFarm operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
deleteFarm
default DeleteFarmResponse deleteFarm(Consumer<DeleteFarmRequest.Builder> deleteFarmRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the DeleteFarm operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
deleteFleet
default DeleteFleetResponse deleteFleet(DeleteFleetRequest deleteFleetRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ConflictException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Deletes a fleet.
- Parameters:
deleteFleetRequest-- Returns:
- Result of the DeleteFleet operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
deleteFleet
default DeleteFleetResponse deleteFleet(Consumer<DeleteFleetRequest.Builder> deleteFleetRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ConflictException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the DeleteFleet operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
deleteLicenseEndpoint
default DeleteLicenseEndpointResponse deleteLicenseEndpoint(DeleteLicenseEndpointRequest deleteLicenseEndpointRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ConflictException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Deletes a license endpoint.
- Parameters:
deleteLicenseEndpointRequest-- Returns:
- Result of the DeleteLicenseEndpoint operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
deleteLicenseEndpoint
default DeleteLicenseEndpointResponse deleteLicenseEndpoint(Consumer<DeleteLicenseEndpointRequest.Builder> deleteLicenseEndpointRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ConflictException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the DeleteLicenseEndpoint operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
deleteMeteredProduct
default DeleteMeteredProductResponse deleteMeteredProduct(DeleteMeteredProductRequest deleteMeteredProductRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Deletes a metered product.
- Parameters:
deleteMeteredProductRequest-- Returns:
- Result of the DeleteMeteredProduct operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
deleteMeteredProduct
default DeleteMeteredProductResponse deleteMeteredProduct(Consumer<DeleteMeteredProductRequest.Builder> deleteMeteredProductRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the DeleteMeteredProduct operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
deleteMonitor
default DeleteMonitorResponse deleteMonitor(DeleteMonitorRequest deleteMonitorRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the DeleteMonitor operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
deleteMonitor
default DeleteMonitorResponse deleteMonitor(Consumer<DeleteMonitorRequest.Builder> deleteMonitorRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the DeleteMonitor operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
deleteQueue
default DeleteQueueResponse deleteQueue(DeleteQueueRequest deleteQueueRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ConflictException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Deletes a queue.
- Parameters:
deleteQueueRequest-- Returns:
- Result of the DeleteQueue operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
deleteQueue
default DeleteQueueResponse deleteQueue(Consumer<DeleteQueueRequest.Builder> deleteQueueRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ConflictException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the DeleteQueue operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
deleteQueueEnvironment
default DeleteQueueEnvironmentResponse deleteQueueEnvironment(DeleteQueueEnvironmentRequest deleteQueueEnvironmentRequest) throws AccessDeniedException, InternalServerErrorException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Deletes a queue environment.
- Parameters:
deleteQueueEnvironmentRequest-- Returns:
- Result of the DeleteQueueEnvironment operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
deleteQueueEnvironment
default DeleteQueueEnvironmentResponse deleteQueueEnvironment(Consumer<DeleteQueueEnvironmentRequest.Builder> deleteQueueEnvironmentRequest) throws AccessDeniedException, InternalServerErrorException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the DeleteQueueEnvironment operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
deleteQueueFleetAssociation
default DeleteQueueFleetAssociationResponse deleteQueueFleetAssociation(DeleteQueueFleetAssociationRequest deleteQueueFleetAssociationRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ConflictException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Deletes a queue-fleet association.
- Parameters:
deleteQueueFleetAssociationRequest-- Returns:
- Result of the DeleteQueueFleetAssociation operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
deleteQueueFleetAssociation
default DeleteQueueFleetAssociationResponse deleteQueueFleetAssociation(Consumer<DeleteQueueFleetAssociationRequest.Builder> deleteQueueFleetAssociationRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ConflictException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the DeleteQueueFleetAssociation operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
deleteStorageProfile
default DeleteStorageProfileResponse deleteStorageProfile(DeleteStorageProfileRequest deleteStorageProfileRequest) throws AccessDeniedException, InternalServerErrorException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Deletes a storage profile.
- Parameters:
deleteStorageProfileRequest-- Returns:
- Result of the DeleteStorageProfile operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
deleteStorageProfile
default DeleteStorageProfileResponse deleteStorageProfile(Consumer<DeleteStorageProfileRequest.Builder> deleteStorageProfileRequest) throws AccessDeniedException, InternalServerErrorException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the DeleteStorageProfile operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
deleteWorker
default DeleteWorkerResponse deleteWorker(DeleteWorkerRequest deleteWorkerRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ConflictException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Deletes a worker.
- Parameters:
deleteWorkerRequest-- Returns:
- Result of the DeleteWorker operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
deleteWorker
default DeleteWorkerResponse deleteWorker(Consumer<DeleteWorkerRequest.Builder> deleteWorkerRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ConflictException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the DeleteWorker operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
disassociateMemberFromFarm
default DisassociateMemberFromFarmResponse disassociateMemberFromFarm(DisassociateMemberFromFarmRequest disassociateMemberFromFarmRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Disassociates a member from a farm.
- Parameters:
disassociateMemberFromFarmRequest-- Returns:
- Result of the DisassociateMemberFromFarm operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
disassociateMemberFromFarm
default DisassociateMemberFromFarmResponse disassociateMemberFromFarm(Consumer<DisassociateMemberFromFarmRequest.Builder> disassociateMemberFromFarmRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the DisassociateMemberFromFarm operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
disassociateMemberFromFleet
default DisassociateMemberFromFleetResponse disassociateMemberFromFleet(DisassociateMemberFromFleetRequest disassociateMemberFromFleetRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ConflictException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Disassociates a member from a fleet.
- Parameters:
disassociateMemberFromFleetRequest-- Returns:
- Result of the DisassociateMemberFromFleet operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
disassociateMemberFromFleet
default DisassociateMemberFromFleetResponse disassociateMemberFromFleet(Consumer<DisassociateMemberFromFleetRequest.Builder> disassociateMemberFromFleetRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ConflictException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the DisassociateMemberFromFleet operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
disassociateMemberFromJob
default DisassociateMemberFromJobResponse disassociateMemberFromJob(DisassociateMemberFromJobRequest disassociateMemberFromJobRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Disassociates a member from a job.
- Parameters:
disassociateMemberFromJobRequest-- Returns:
- Result of the DisassociateMemberFromJob operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
disassociateMemberFromJob
default DisassociateMemberFromJobResponse disassociateMemberFromJob(Consumer<DisassociateMemberFromJobRequest.Builder> disassociateMemberFromJobRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the DisassociateMemberFromJob operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
disassociateMemberFromQueue
default DisassociateMemberFromQueueResponse disassociateMemberFromQueue(DisassociateMemberFromQueueRequest disassociateMemberFromQueueRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ConflictException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Disassociates a member from a queue.
- Parameters:
disassociateMemberFromQueueRequest-- Returns:
- Result of the DisassociateMemberFromQueue operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
disassociateMemberFromQueue
default DisassociateMemberFromQueueResponse disassociateMemberFromQueue(Consumer<DisassociateMemberFromQueueRequest.Builder> disassociateMemberFromQueueRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ConflictException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the DisassociateMemberFromQueue operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
getBudget
default GetBudgetResponse getBudget(GetBudgetRequest getBudgetRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Get a budget.
- Parameters:
getBudgetRequest-- Returns:
- Result of the GetBudget operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
getBudget
default GetBudgetResponse getBudget(Consumer<GetBudgetRequest.Builder> getBudgetRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the GetBudget operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
getFarm
default GetFarmResponse getFarm(GetFarmRequest getFarmRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Get a farm.
- Parameters:
getFarmRequest-- Returns:
- Result of the GetFarm operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
getFarm
default GetFarmResponse getFarm(Consumer<GetFarmRequest.Builder> getFarmRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the GetFarm operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
getFleet
default GetFleetResponse getFleet(GetFleetRequest getFleetRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Get a fleet.
- Parameters:
getFleetRequest-- Returns:
- Result of the GetFleet operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
getFleet
default GetFleetResponse getFleet(Consumer<GetFleetRequest.Builder> getFleetRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the GetFleet operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
getJob
default GetJobResponse getJob(GetJobRequest getJobRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Gets a Deadline Cloud job.
- Parameters:
getJobRequest-- Returns:
- Result of the GetJob operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
getJob
default GetJobResponse getJob(Consumer<GetJobRequest.Builder> getJobRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the GetJob operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
getLicenseEndpoint
default GetLicenseEndpointResponse getLicenseEndpoint(GetLicenseEndpointRequest getLicenseEndpointRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Gets a licence endpoint.
- Parameters:
getLicenseEndpointRequest-- Returns:
- Result of the GetLicenseEndpoint operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
getLicenseEndpoint
default GetLicenseEndpointResponse getLicenseEndpoint(Consumer<GetLicenseEndpointRequest.Builder> getLicenseEndpointRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the GetLicenseEndpoint operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
getMonitor
default GetMonitorResponse getMonitor(GetMonitorRequest getMonitorRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Gets information about the specified monitor.
- Parameters:
getMonitorRequest-- Returns:
- Result of the GetMonitor operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
getMonitor
default GetMonitorResponse getMonitor(Consumer<GetMonitorRequest.Builder> getMonitorRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the GetMonitor operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
getQueue
default GetQueueResponse getQueue(GetQueueRequest getQueueRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Gets a queue.
- Parameters:
getQueueRequest-- Returns:
- Result of the GetQueue operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
getQueue
default GetQueueResponse getQueue(Consumer<GetQueueRequest.Builder> getQueueRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the GetQueue operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
getQueueEnvironment
default GetQueueEnvironmentResponse getQueueEnvironment(GetQueueEnvironmentRequest getQueueEnvironmentRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Gets a queue environment.
- Parameters:
getQueueEnvironmentRequest-- Returns:
- Result of the GetQueueEnvironment operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
getQueueEnvironment
default GetQueueEnvironmentResponse getQueueEnvironment(Consumer<GetQueueEnvironmentRequest.Builder> getQueueEnvironmentRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the GetQueueEnvironment operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
getQueueFleetAssociation
default GetQueueFleetAssociationResponse getQueueFleetAssociation(GetQueueFleetAssociationRequest getQueueFleetAssociationRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Gets a queue-fleet association.
- Parameters:
getQueueFleetAssociationRequest-- Returns:
- Result of the GetQueueFleetAssociation operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
getQueueFleetAssociation
default GetQueueFleetAssociationResponse getQueueFleetAssociation(Consumer<GetQueueFleetAssociationRequest.Builder> getQueueFleetAssociationRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the GetQueueFleetAssociation operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
getSession
default GetSessionResponse getSession(GetSessionRequest getSessionRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Gets a session.
- Parameters:
getSessionRequest-- Returns:
- Result of the GetSession operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
getSession
default GetSessionResponse getSession(Consumer<GetSessionRequest.Builder> getSessionRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the GetSession operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
getSessionAction
default GetSessionActionResponse getSessionAction(GetSessionActionRequest getSessionActionRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Gets a session action for the job.
- Parameters:
getSessionActionRequest-- Returns:
- Result of the GetSessionAction operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
getSessionAction
default GetSessionActionResponse getSessionAction(Consumer<GetSessionActionRequest.Builder> getSessionActionRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the GetSessionAction operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
getSessionsStatisticsAggregation
default GetSessionsStatisticsAggregationResponse getSessionsStatisticsAggregation(GetSessionsStatisticsAggregationRequest getSessionsStatisticsAggregationRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the GetSessionsStatisticsAggregation operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
getSessionsStatisticsAggregation
default GetSessionsStatisticsAggregationResponse getSessionsStatisticsAggregation(Consumer<GetSessionsStatisticsAggregationRequest.Builder> getSessionsStatisticsAggregationRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the GetSessionsStatisticsAggregation operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
getSessionsStatisticsAggregationPaginator
default GetSessionsStatisticsAggregationIterable getSessionsStatisticsAggregationPaginator(GetSessionsStatisticsAggregationRequest getSessionsStatisticsAggregationRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
This is a variant of
getSessionsStatisticsAggregation(software.amazon.awssdk.services.deadline.model.GetSessionsStatisticsAggregationRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.deadline.paginators.GetSessionsStatisticsAggregationIterable responses = client.getSessionsStatisticsAggregationPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.deadline.paginators.GetSessionsStatisticsAggregationIterable responses = client .getSessionsStatisticsAggregationPaginator(request); for (software.amazon.awssdk.services.deadline.model.GetSessionsStatisticsAggregationResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.deadline.paginators.GetSessionsStatisticsAggregationIterable responses = client.getSessionsStatisticsAggregationPaginator(request); responses.iterator().forEachRemaining(....);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 iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
getSessionsStatisticsAggregationPaginator
default GetSessionsStatisticsAggregationIterable getSessionsStatisticsAggregationPaginator(Consumer<GetSessionsStatisticsAggregationRequest.Builder> getSessionsStatisticsAggregationRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
This is a variant of
getSessionsStatisticsAggregation(software.amazon.awssdk.services.deadline.model.GetSessionsStatisticsAggregationRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.deadline.paginators.GetSessionsStatisticsAggregationIterable responses = client.getSessionsStatisticsAggregationPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.deadline.paginators.GetSessionsStatisticsAggregationIterable responses = client .getSessionsStatisticsAggregationPaginator(request); for (software.amazon.awssdk.services.deadline.model.GetSessionsStatisticsAggregationResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.deadline.paginators.GetSessionsStatisticsAggregationIterable responses = client.getSessionsStatisticsAggregationPaginator(request); responses.iterator().forEachRemaining(....);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 iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
getStep
default GetStepResponse getStep(GetStepRequest getStepRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Gets a step.
- Parameters:
getStepRequest-- Returns:
- Result of the GetStep operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
getStep
default GetStepResponse getStep(Consumer<GetStepRequest.Builder> getStepRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the GetStep operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
getStorageProfile
default GetStorageProfileResponse getStorageProfile(GetStorageProfileRequest getStorageProfileRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Gets a storage profile.
- Parameters:
getStorageProfileRequest-- Returns:
- Result of the GetStorageProfile operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
getStorageProfile
default GetStorageProfileResponse getStorageProfile(Consumer<GetStorageProfileRequest.Builder> getStorageProfileRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the GetStorageProfile operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
getStorageProfileForQueue
default GetStorageProfileForQueueResponse getStorageProfileForQueue(GetStorageProfileForQueueRequest getStorageProfileForQueueRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Gets a storage profile for a queue.
- Parameters:
getStorageProfileForQueueRequest-- Returns:
- Result of the GetStorageProfileForQueue operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
getStorageProfileForQueue
default GetStorageProfileForQueueResponse getStorageProfileForQueue(Consumer<GetStorageProfileForQueueRequest.Builder> getStorageProfileForQueueRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the GetStorageProfileForQueue operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
getTask
default GetTaskResponse getTask(GetTaskRequest getTaskRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Gets a task.
- Parameters:
getTaskRequest-- Returns:
- Result of the GetTask operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
getTask
default GetTaskResponse getTask(Consumer<GetTaskRequest.Builder> getTaskRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the GetTask operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
getWorker
default GetWorkerResponse getWorker(GetWorkerRequest getWorkerRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Gets a worker.
- Parameters:
getWorkerRequest-- Returns:
- Result of the GetWorker operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
getWorker
default GetWorkerResponse getWorker(Consumer<GetWorkerRequest.Builder> getWorkerRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the GetWorker operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listAvailableMeteredProducts
default ListAvailableMeteredProductsResponse listAvailableMeteredProducts(ListAvailableMeteredProductsRequest listAvailableMeteredProductsRequest) throws InternalServerErrorException, ThrottlingException, AwsServiceException, SdkClientException, DeadlineException
A list of the available metered products.
- Parameters:
listAvailableMeteredProductsRequest-- Returns:
- Result of the ListAvailableMeteredProducts operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listAvailableMeteredProducts
default ListAvailableMeteredProductsResponse listAvailableMeteredProducts(Consumer<ListAvailableMeteredProductsRequest.Builder> listAvailableMeteredProductsRequest) throws InternalServerErrorException, ThrottlingException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the ListAvailableMeteredProducts operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listAvailableMeteredProductsPaginator
default ListAvailableMeteredProductsIterable listAvailableMeteredProductsPaginator(ListAvailableMeteredProductsRequest listAvailableMeteredProductsRequest) throws InternalServerErrorException, ThrottlingException, AwsServiceException, SdkClientException, DeadlineException
This is a variant of
listAvailableMeteredProducts(software.amazon.awssdk.services.deadline.model.ListAvailableMeteredProductsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.deadline.paginators.ListAvailableMeteredProductsIterable responses = client.listAvailableMeteredProductsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.deadline.paginators.ListAvailableMeteredProductsIterable responses = client .listAvailableMeteredProductsPaginator(request); for (software.amazon.awssdk.services.deadline.model.ListAvailableMeteredProductsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.deadline.paginators.ListAvailableMeteredProductsIterable responses = client.listAvailableMeteredProductsPaginator(request); responses.iterator().forEachRemaining(....);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 iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listAvailableMeteredProductsPaginator
default ListAvailableMeteredProductsIterable listAvailableMeteredProductsPaginator(Consumer<ListAvailableMeteredProductsRequest.Builder> listAvailableMeteredProductsRequest) throws InternalServerErrorException, ThrottlingException, AwsServiceException, SdkClientException, DeadlineException
This is a variant of
listAvailableMeteredProducts(software.amazon.awssdk.services.deadline.model.ListAvailableMeteredProductsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.deadline.paginators.ListAvailableMeteredProductsIterable responses = client.listAvailableMeteredProductsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.deadline.paginators.ListAvailableMeteredProductsIterable responses = client .listAvailableMeteredProductsPaginator(request); for (software.amazon.awssdk.services.deadline.model.ListAvailableMeteredProductsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.deadline.paginators.ListAvailableMeteredProductsIterable responses = client.listAvailableMeteredProductsPaginator(request); responses.iterator().forEachRemaining(....);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 iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listBudgets
default ListBudgetsResponse listBudgets(ListBudgetsRequest listBudgetsRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
A list of budgets in a farm.
- Parameters:
listBudgetsRequest-- Returns:
- Result of the ListBudgets operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listBudgets
default ListBudgetsResponse listBudgets(Consumer<ListBudgetsRequest.Builder> listBudgetsRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the ListBudgets operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listBudgetsPaginator
default ListBudgetsIterable listBudgetsPaginator(ListBudgetsRequest listBudgetsRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
This is a variant of
listBudgets(software.amazon.awssdk.services.deadline.model.ListBudgetsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.deadline.paginators.ListBudgetsIterable responses = client.listBudgetsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.deadline.paginators.ListBudgetsIterable responses = client.listBudgetsPaginator(request); for (software.amazon.awssdk.services.deadline.model.ListBudgetsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.deadline.paginators.ListBudgetsIterable responses = client.listBudgetsPaginator(request); responses.iterator().forEachRemaining(....);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 iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listBudgetsPaginator
default ListBudgetsIterable listBudgetsPaginator(Consumer<ListBudgetsRequest.Builder> listBudgetsRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
This is a variant of
listBudgets(software.amazon.awssdk.services.deadline.model.ListBudgetsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.deadline.paginators.ListBudgetsIterable responses = client.listBudgetsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.deadline.paginators.ListBudgetsIterable responses = client.listBudgetsPaginator(request); for (software.amazon.awssdk.services.deadline.model.ListBudgetsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.deadline.paginators.ListBudgetsIterable responses = client.listBudgetsPaginator(request); responses.iterator().forEachRemaining(....);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 iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listFarmMembers
default ListFarmMembersResponse listFarmMembers(ListFarmMembersRequest listFarmMembersRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Lists the members of a farm.
- Parameters:
listFarmMembersRequest-- Returns:
- Result of the ListFarmMembers operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listFarmMembers
default ListFarmMembersResponse listFarmMembers(Consumer<ListFarmMembersRequest.Builder> listFarmMembersRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the ListFarmMembers operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listFarmMembersPaginator
default ListFarmMembersIterable listFarmMembersPaginator(ListFarmMembersRequest listFarmMembersRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
This is a variant of
listFarmMembers(software.amazon.awssdk.services.deadline.model.ListFarmMembersRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.deadline.paginators.ListFarmMembersIterable responses = client.listFarmMembersPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.deadline.paginators.ListFarmMembersIterable responses = client .listFarmMembersPaginator(request); for (software.amazon.awssdk.services.deadline.model.ListFarmMembersResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.deadline.paginators.ListFarmMembersIterable responses = client.listFarmMembersPaginator(request); responses.iterator().forEachRemaining(....);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 iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listFarmMembersPaginator
default ListFarmMembersIterable listFarmMembersPaginator(Consumer<ListFarmMembersRequest.Builder> listFarmMembersRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
This is a variant of
listFarmMembers(software.amazon.awssdk.services.deadline.model.ListFarmMembersRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.deadline.paginators.ListFarmMembersIterable responses = client.listFarmMembersPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.deadline.paginators.ListFarmMembersIterable responses = client .listFarmMembersPaginator(request); for (software.amazon.awssdk.services.deadline.model.ListFarmMembersResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.deadline.paginators.ListFarmMembersIterable responses = client.listFarmMembersPaginator(request); responses.iterator().forEachRemaining(....);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 iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listFarms
default ListFarmsResponse listFarms(ListFarmsRequest listFarmsRequest) throws AccessDeniedException, InternalServerErrorException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Lists farms.
- Parameters:
listFarmsRequest-- Returns:
- Result of the ListFarms operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listFarms
default ListFarmsResponse listFarms(Consumer<ListFarmsRequest.Builder> listFarmsRequest) throws AccessDeniedException, InternalServerErrorException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the ListFarms operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listFarmsPaginator
default ListFarmsIterable listFarmsPaginator(ListFarmsRequest listFarmsRequest) throws AccessDeniedException, InternalServerErrorException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
This is a variant of
listFarms(software.amazon.awssdk.services.deadline.model.ListFarmsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.deadline.paginators.ListFarmsIterable responses = client.listFarmsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.deadline.paginators.ListFarmsIterable responses = client.listFarmsPaginator(request); for (software.amazon.awssdk.services.deadline.model.ListFarmsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.deadline.paginators.ListFarmsIterable responses = client.listFarmsPaginator(request); responses.iterator().forEachRemaining(....);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 iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listFarmsPaginator
default ListFarmsIterable listFarmsPaginator(Consumer<ListFarmsRequest.Builder> listFarmsRequest) throws AccessDeniedException, InternalServerErrorException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
This is a variant of
listFarms(software.amazon.awssdk.services.deadline.model.ListFarmsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.deadline.paginators.ListFarmsIterable responses = client.listFarmsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.deadline.paginators.ListFarmsIterable responses = client.listFarmsPaginator(request); for (software.amazon.awssdk.services.deadline.model.ListFarmsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.deadline.paginators.ListFarmsIterable responses = client.listFarmsPaginator(request); responses.iterator().forEachRemaining(....);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 iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listFleetMembers
default ListFleetMembersResponse listFleetMembers(ListFleetMembersRequest listFleetMembersRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Lists fleet members.
- Parameters:
listFleetMembersRequest-- Returns:
- Result of the ListFleetMembers operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listFleetMembers
default ListFleetMembersResponse listFleetMembers(Consumer<ListFleetMembersRequest.Builder> listFleetMembersRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the ListFleetMembers operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listFleetMembersPaginator
default ListFleetMembersIterable listFleetMembersPaginator(ListFleetMembersRequest listFleetMembersRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
This is a variant of
listFleetMembers(software.amazon.awssdk.services.deadline.model.ListFleetMembersRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.deadline.paginators.ListFleetMembersIterable responses = client.listFleetMembersPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.deadline.paginators.ListFleetMembersIterable responses = client .listFleetMembersPaginator(request); for (software.amazon.awssdk.services.deadline.model.ListFleetMembersResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.deadline.paginators.ListFleetMembersIterable responses = client.listFleetMembersPaginator(request); responses.iterator().forEachRemaining(....);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 iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listFleetMembersPaginator
default ListFleetMembersIterable listFleetMembersPaginator(Consumer<ListFleetMembersRequest.Builder> listFleetMembersRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
This is a variant of
listFleetMembers(software.amazon.awssdk.services.deadline.model.ListFleetMembersRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.deadline.paginators.ListFleetMembersIterable responses = client.listFleetMembersPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.deadline.paginators.ListFleetMembersIterable responses = client .listFleetMembersPaginator(request); for (software.amazon.awssdk.services.deadline.model.ListFleetMembersResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.deadline.paginators.ListFleetMembersIterable responses = client.listFleetMembersPaginator(request); responses.iterator().forEachRemaining(....);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 iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listFleets
default ListFleetsResponse listFleets(ListFleetsRequest listFleetsRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Lists fleets.
- Parameters:
listFleetsRequest-- Returns:
- Result of the ListFleets operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listFleets
default ListFleetsResponse listFleets(Consumer<ListFleetsRequest.Builder> listFleetsRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the ListFleets operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listFleetsPaginator
default ListFleetsIterable listFleetsPaginator(ListFleetsRequest listFleetsRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
This is a variant of
listFleets(software.amazon.awssdk.services.deadline.model.ListFleetsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.deadline.paginators.ListFleetsIterable responses = client.listFleetsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.deadline.paginators.ListFleetsIterable responses = client.listFleetsPaginator(request); for (software.amazon.awssdk.services.deadline.model.ListFleetsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.deadline.paginators.ListFleetsIterable responses = client.listFleetsPaginator(request); responses.iterator().forEachRemaining(....);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 iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listFleetsPaginator
default ListFleetsIterable listFleetsPaginator(Consumer<ListFleetsRequest.Builder> listFleetsRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
This is a variant of
listFleets(software.amazon.awssdk.services.deadline.model.ListFleetsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.deadline.paginators.ListFleetsIterable responses = client.listFleetsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.deadline.paginators.ListFleetsIterable responses = client.listFleetsPaginator(request); for (software.amazon.awssdk.services.deadline.model.ListFleetsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.deadline.paginators.ListFleetsIterable responses = client.listFleetsPaginator(request); responses.iterator().forEachRemaining(....);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 iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listJobMembers
default ListJobMembersResponse listJobMembers(ListJobMembersRequest listJobMembersRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Lists members on a job.
- Parameters:
listJobMembersRequest-- Returns:
- Result of the ListJobMembers operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listJobMembers
default ListJobMembersResponse listJobMembers(Consumer<ListJobMembersRequest.Builder> listJobMembersRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the ListJobMembers operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listJobMembersPaginator
default ListJobMembersIterable listJobMembersPaginator(ListJobMembersRequest listJobMembersRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
This is a variant of
listJobMembers(software.amazon.awssdk.services.deadline.model.ListJobMembersRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.deadline.paginators.ListJobMembersIterable responses = client.listJobMembersPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.deadline.paginators.ListJobMembersIterable responses = client .listJobMembersPaginator(request); for (software.amazon.awssdk.services.deadline.model.ListJobMembersResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.deadline.paginators.ListJobMembersIterable responses = client.listJobMembersPaginator(request); responses.iterator().forEachRemaining(....);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 iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listJobMembersPaginator
default ListJobMembersIterable listJobMembersPaginator(Consumer<ListJobMembersRequest.Builder> listJobMembersRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
This is a variant of
listJobMembers(software.amazon.awssdk.services.deadline.model.ListJobMembersRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.deadline.paginators.ListJobMembersIterable responses = client.listJobMembersPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.deadline.paginators.ListJobMembersIterable responses = client .listJobMembersPaginator(request); for (software.amazon.awssdk.services.deadline.model.ListJobMembersResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.deadline.paginators.ListJobMembersIterable responses = client.listJobMembersPaginator(request); responses.iterator().forEachRemaining(....);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 iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listJobs
default ListJobsResponse listJobs(ListJobsRequest listJobsRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Lists jobs.
- Parameters:
listJobsRequest-- Returns:
- Result of the ListJobs operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listJobs
default ListJobsResponse listJobs(Consumer<ListJobsRequest.Builder> listJobsRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the ListJobs operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listJobsPaginator
default ListJobsIterable listJobsPaginator(ListJobsRequest listJobsRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
This is a variant of
listJobs(software.amazon.awssdk.services.deadline.model.ListJobsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.deadline.paginators.ListJobsIterable responses = client.listJobsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.deadline.paginators.ListJobsIterable responses = client.listJobsPaginator(request); for (software.amazon.awssdk.services.deadline.model.ListJobsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.deadline.paginators.ListJobsIterable responses = client.listJobsPaginator(request); responses.iterator().forEachRemaining(....);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 iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listJobsPaginator
default ListJobsIterable listJobsPaginator(Consumer<ListJobsRequest.Builder> listJobsRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
This is a variant of
listJobs(software.amazon.awssdk.services.deadline.model.ListJobsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.deadline.paginators.ListJobsIterable responses = client.listJobsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.deadline.paginators.ListJobsIterable responses = client.listJobsPaginator(request); for (software.amazon.awssdk.services.deadline.model.ListJobsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.deadline.paginators.ListJobsIterable responses = client.listJobsPaginator(request); responses.iterator().forEachRemaining(....);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 iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listLicenseEndpoints
default ListLicenseEndpointsResponse listLicenseEndpoints(ListLicenseEndpointsRequest listLicenseEndpointsRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Lists license endpoints.
- Parameters:
listLicenseEndpointsRequest-- Returns:
- Result of the ListLicenseEndpoints operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listLicenseEndpoints
default ListLicenseEndpointsResponse listLicenseEndpoints(Consumer<ListLicenseEndpointsRequest.Builder> listLicenseEndpointsRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the ListLicenseEndpoints operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listLicenseEndpointsPaginator
default ListLicenseEndpointsIterable listLicenseEndpointsPaginator(ListLicenseEndpointsRequest listLicenseEndpointsRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
This is a variant of
listLicenseEndpoints(software.amazon.awssdk.services.deadline.model.ListLicenseEndpointsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.deadline.paginators.ListLicenseEndpointsIterable responses = client.listLicenseEndpointsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.deadline.paginators.ListLicenseEndpointsIterable responses = client .listLicenseEndpointsPaginator(request); for (software.amazon.awssdk.services.deadline.model.ListLicenseEndpointsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.deadline.paginators.ListLicenseEndpointsIterable responses = client.listLicenseEndpointsPaginator(request); responses.iterator().forEachRemaining(....);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 iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listLicenseEndpointsPaginator
default ListLicenseEndpointsIterable listLicenseEndpointsPaginator(Consumer<ListLicenseEndpointsRequest.Builder> listLicenseEndpointsRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
This is a variant of
listLicenseEndpoints(software.amazon.awssdk.services.deadline.model.ListLicenseEndpointsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.deadline.paginators.ListLicenseEndpointsIterable responses = client.listLicenseEndpointsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.deadline.paginators.ListLicenseEndpointsIterable responses = client .listLicenseEndpointsPaginator(request); for (software.amazon.awssdk.services.deadline.model.ListLicenseEndpointsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.deadline.paginators.ListLicenseEndpointsIterable responses = client.listLicenseEndpointsPaginator(request); responses.iterator().forEachRemaining(....);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 iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listMeteredProducts
default ListMeteredProductsResponse listMeteredProducts(ListMeteredProductsRequest listMeteredProductsRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Lists metered products.
- Parameters:
listMeteredProductsRequest-- Returns:
- Result of the ListMeteredProducts operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listMeteredProducts
default ListMeteredProductsResponse listMeteredProducts(Consumer<ListMeteredProductsRequest.Builder> listMeteredProductsRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the ListMeteredProducts operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listMeteredProductsPaginator
default ListMeteredProductsIterable listMeteredProductsPaginator(ListMeteredProductsRequest listMeteredProductsRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
This is a variant of
listMeteredProducts(software.amazon.awssdk.services.deadline.model.ListMeteredProductsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.deadline.paginators.ListMeteredProductsIterable responses = client.listMeteredProductsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.deadline.paginators.ListMeteredProductsIterable responses = client .listMeteredProductsPaginator(request); for (software.amazon.awssdk.services.deadline.model.ListMeteredProductsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.deadline.paginators.ListMeteredProductsIterable responses = client.listMeteredProductsPaginator(request); responses.iterator().forEachRemaining(....);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 iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listMeteredProductsPaginator
default ListMeteredProductsIterable listMeteredProductsPaginator(Consumer<ListMeteredProductsRequest.Builder> listMeteredProductsRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
This is a variant of
listMeteredProducts(software.amazon.awssdk.services.deadline.model.ListMeteredProductsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.deadline.paginators.ListMeteredProductsIterable responses = client.listMeteredProductsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.deadline.paginators.ListMeteredProductsIterable responses = client .listMeteredProductsPaginator(request); for (software.amazon.awssdk.services.deadline.model.ListMeteredProductsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.deadline.paginators.ListMeteredProductsIterable responses = client.listMeteredProductsPaginator(request); responses.iterator().forEachRemaining(....);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 iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listMonitors
default ListMonitorsResponse listMonitors(ListMonitorsRequest listMonitorsRequest) throws AccessDeniedException, InternalServerErrorException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Gets a list of your monitors in Deadline Cloud.
- Parameters:
listMonitorsRequest-- Returns:
- Result of the ListMonitors operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listMonitors
default ListMonitorsResponse listMonitors(Consumer<ListMonitorsRequest.Builder> listMonitorsRequest) throws AccessDeniedException, InternalServerErrorException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the ListMonitors operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listMonitorsPaginator
default ListMonitorsIterable listMonitorsPaginator(ListMonitorsRequest listMonitorsRequest) throws AccessDeniedException, InternalServerErrorException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
This is a variant of
listMonitors(software.amazon.awssdk.services.deadline.model.ListMonitorsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.deadline.paginators.ListMonitorsIterable responses = client.listMonitorsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.deadline.paginators.ListMonitorsIterable responses = client.listMonitorsPaginator(request); for (software.amazon.awssdk.services.deadline.model.ListMonitorsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.deadline.paginators.ListMonitorsIterable responses = client.listMonitorsPaginator(request); responses.iterator().forEachRemaining(....);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 iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listMonitorsPaginator
default ListMonitorsIterable listMonitorsPaginator(Consumer<ListMonitorsRequest.Builder> listMonitorsRequest) throws AccessDeniedException, InternalServerErrorException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
This is a variant of
listMonitors(software.amazon.awssdk.services.deadline.model.ListMonitorsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.deadline.paginators.ListMonitorsIterable responses = client.listMonitorsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.deadline.paginators.ListMonitorsIterable responses = client.listMonitorsPaginator(request); for (software.amazon.awssdk.services.deadline.model.ListMonitorsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.deadline.paginators.ListMonitorsIterable responses = client.listMonitorsPaginator(request); responses.iterator().forEachRemaining(....);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 iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listQueueEnvironments
default ListQueueEnvironmentsResponse listQueueEnvironments(ListQueueEnvironmentsRequest listQueueEnvironmentsRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Lists queue environments.
- Parameters:
listQueueEnvironmentsRequest-- Returns:
- Result of the ListQueueEnvironments operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listQueueEnvironments
default ListQueueEnvironmentsResponse listQueueEnvironments(Consumer<ListQueueEnvironmentsRequest.Builder> listQueueEnvironmentsRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the ListQueueEnvironments operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listQueueEnvironmentsPaginator
default ListQueueEnvironmentsIterable listQueueEnvironmentsPaginator(ListQueueEnvironmentsRequest listQueueEnvironmentsRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
This is a variant of
listQueueEnvironments(software.amazon.awssdk.services.deadline.model.ListQueueEnvironmentsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.deadline.paginators.ListQueueEnvironmentsIterable responses = client.listQueueEnvironmentsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.deadline.paginators.ListQueueEnvironmentsIterable responses = client .listQueueEnvironmentsPaginator(request); for (software.amazon.awssdk.services.deadline.model.ListQueueEnvironmentsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.deadline.paginators.ListQueueEnvironmentsIterable responses = client.listQueueEnvironmentsPaginator(request); responses.iterator().forEachRemaining(....);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 iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listQueueEnvironmentsPaginator
default ListQueueEnvironmentsIterable listQueueEnvironmentsPaginator(Consumer<ListQueueEnvironmentsRequest.Builder> listQueueEnvironmentsRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
This is a variant of
listQueueEnvironments(software.amazon.awssdk.services.deadline.model.ListQueueEnvironmentsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.deadline.paginators.ListQueueEnvironmentsIterable responses = client.listQueueEnvironmentsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.deadline.paginators.ListQueueEnvironmentsIterable responses = client .listQueueEnvironmentsPaginator(request); for (software.amazon.awssdk.services.deadline.model.ListQueueEnvironmentsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.deadline.paginators.ListQueueEnvironmentsIterable responses = client.listQueueEnvironmentsPaginator(request); responses.iterator().forEachRemaining(....);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 iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listQueueFleetAssociations
default ListQueueFleetAssociationsResponse listQueueFleetAssociations(ListQueueFleetAssociationsRequest listQueueFleetAssociationsRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, DeadlineException
Lists queue-fleet associations.
- Parameters:
listQueueFleetAssociationsRequest-- Returns:
- Result of the ListQueueFleetAssociations operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listQueueFleetAssociations
default ListQueueFleetAssociationsResponse listQueueFleetAssociations(Consumer<ListQueueFleetAssociationsRequest.Builder> listQueueFleetAssociationsRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the ListQueueFleetAssociations operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listQueueFleetAssociationsPaginator
default ListQueueFleetAssociationsIterable listQueueFleetAssociationsPaginator(ListQueueFleetAssociationsRequest listQueueFleetAssociationsRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, DeadlineException
This is a variant of
listQueueFleetAssociations(software.amazon.awssdk.services.deadline.model.ListQueueFleetAssociationsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.deadline.paginators.ListQueueFleetAssociationsIterable responses = client.listQueueFleetAssociationsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.deadline.paginators.ListQueueFleetAssociationsIterable responses = client .listQueueFleetAssociationsPaginator(request); for (software.amazon.awssdk.services.deadline.model.ListQueueFleetAssociationsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.deadline.paginators.ListQueueFleetAssociationsIterable responses = client.listQueueFleetAssociationsPaginator(request); responses.iterator().forEachRemaining(....);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 iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listQueueFleetAssociationsPaginator
default ListQueueFleetAssociationsIterable listQueueFleetAssociationsPaginator(Consumer<ListQueueFleetAssociationsRequest.Builder> listQueueFleetAssociationsRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, AwsServiceException, SdkClientException, DeadlineException
This is a variant of
listQueueFleetAssociations(software.amazon.awssdk.services.deadline.model.ListQueueFleetAssociationsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.deadline.paginators.ListQueueFleetAssociationsIterable responses = client.listQueueFleetAssociationsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.deadline.paginators.ListQueueFleetAssociationsIterable responses = client .listQueueFleetAssociationsPaginator(request); for (software.amazon.awssdk.services.deadline.model.ListQueueFleetAssociationsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.deadline.paginators.ListQueueFleetAssociationsIterable responses = client.listQueueFleetAssociationsPaginator(request); responses.iterator().forEachRemaining(....);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 iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listQueueMembers
default ListQueueMembersResponse listQueueMembers(ListQueueMembersRequest listQueueMembersRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Lists the members in a queue.
- Parameters:
listQueueMembersRequest-- Returns:
- Result of the ListQueueMembers operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listQueueMembers
default ListQueueMembersResponse listQueueMembers(Consumer<ListQueueMembersRequest.Builder> listQueueMembersRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the ListQueueMembers operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listQueueMembersPaginator
default ListQueueMembersIterable listQueueMembersPaginator(ListQueueMembersRequest listQueueMembersRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
This is a variant of
listQueueMembers(software.amazon.awssdk.services.deadline.model.ListQueueMembersRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.deadline.paginators.ListQueueMembersIterable responses = client.listQueueMembersPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.deadline.paginators.ListQueueMembersIterable responses = client .listQueueMembersPaginator(request); for (software.amazon.awssdk.services.deadline.model.ListQueueMembersResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.deadline.paginators.ListQueueMembersIterable responses = client.listQueueMembersPaginator(request); responses.iterator().forEachRemaining(....);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 iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listQueueMembersPaginator
default ListQueueMembersIterable listQueueMembersPaginator(Consumer<ListQueueMembersRequest.Builder> listQueueMembersRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
This is a variant of
listQueueMembers(software.amazon.awssdk.services.deadline.model.ListQueueMembersRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.deadline.paginators.ListQueueMembersIterable responses = client.listQueueMembersPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.deadline.paginators.ListQueueMembersIterable responses = client .listQueueMembersPaginator(request); for (software.amazon.awssdk.services.deadline.model.ListQueueMembersResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.deadline.paginators.ListQueueMembersIterable responses = client.listQueueMembersPaginator(request); responses.iterator().forEachRemaining(....);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 iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listQueues
default ListQueuesResponse listQueues(ListQueuesRequest listQueuesRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Lists queues.
- Parameters:
listQueuesRequest-- Returns:
- Result of the ListQueues operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listQueues
default ListQueuesResponse listQueues(Consumer<ListQueuesRequest.Builder> listQueuesRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the ListQueues operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listQueuesPaginator
default ListQueuesIterable listQueuesPaginator(ListQueuesRequest listQueuesRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
This is a variant of
listQueues(software.amazon.awssdk.services.deadline.model.ListQueuesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.deadline.paginators.ListQueuesIterable responses = client.listQueuesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.deadline.paginators.ListQueuesIterable responses = client.listQueuesPaginator(request); for (software.amazon.awssdk.services.deadline.model.ListQueuesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.deadline.paginators.ListQueuesIterable responses = client.listQueuesPaginator(request); responses.iterator().forEachRemaining(....);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 iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listQueuesPaginator
default ListQueuesIterable listQueuesPaginator(Consumer<ListQueuesRequest.Builder> listQueuesRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
This is a variant of
listQueues(software.amazon.awssdk.services.deadline.model.ListQueuesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.deadline.paginators.ListQueuesIterable responses = client.listQueuesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.deadline.paginators.ListQueuesIterable responses = client.listQueuesPaginator(request); for (software.amazon.awssdk.services.deadline.model.ListQueuesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.deadline.paginators.ListQueuesIterable responses = client.listQueuesPaginator(request); responses.iterator().forEachRemaining(....);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 iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listSessionActions
default ListSessionActionsResponse listSessionActions(ListSessionActionsRequest listSessionActionsRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Lists session actions.
- Parameters:
listSessionActionsRequest-- Returns:
- Result of the ListSessionActions operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listSessionActions
default ListSessionActionsResponse listSessionActions(Consumer<ListSessionActionsRequest.Builder> listSessionActionsRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the ListSessionActions operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listSessionActionsPaginator
default ListSessionActionsIterable listSessionActionsPaginator(ListSessionActionsRequest listSessionActionsRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
This is a variant of
listSessionActions(software.amazon.awssdk.services.deadline.model.ListSessionActionsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.deadline.paginators.ListSessionActionsIterable responses = client.listSessionActionsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.deadline.paginators.ListSessionActionsIterable responses = client .listSessionActionsPaginator(request); for (software.amazon.awssdk.services.deadline.model.ListSessionActionsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.deadline.paginators.ListSessionActionsIterable responses = client.listSessionActionsPaginator(request); responses.iterator().forEachRemaining(....);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 iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listSessionActionsPaginator
default ListSessionActionsIterable listSessionActionsPaginator(Consumer<ListSessionActionsRequest.Builder> listSessionActionsRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
This is a variant of
listSessionActions(software.amazon.awssdk.services.deadline.model.ListSessionActionsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.deadline.paginators.ListSessionActionsIterable responses = client.listSessionActionsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.deadline.paginators.ListSessionActionsIterable responses = client .listSessionActionsPaginator(request); for (software.amazon.awssdk.services.deadline.model.ListSessionActionsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.deadline.paginators.ListSessionActionsIterable responses = client.listSessionActionsPaginator(request); responses.iterator().forEachRemaining(....);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 iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listSessions
default ListSessionsResponse listSessions(ListSessionsRequest listSessionsRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Lists sessions.
- Parameters:
listSessionsRequest-- Returns:
- Result of the ListSessions operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listSessions
default ListSessionsResponse listSessions(Consumer<ListSessionsRequest.Builder> listSessionsRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the ListSessions operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listSessionsPaginator
default ListSessionsIterable listSessionsPaginator(ListSessionsRequest listSessionsRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
This is a variant of
listSessions(software.amazon.awssdk.services.deadline.model.ListSessionsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.deadline.paginators.ListSessionsIterable responses = client.listSessionsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.deadline.paginators.ListSessionsIterable responses = client.listSessionsPaginator(request); for (software.amazon.awssdk.services.deadline.model.ListSessionsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.deadline.paginators.ListSessionsIterable responses = client.listSessionsPaginator(request); responses.iterator().forEachRemaining(....);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 iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listSessionsPaginator
default ListSessionsIterable listSessionsPaginator(Consumer<ListSessionsRequest.Builder> listSessionsRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
This is a variant of
listSessions(software.amazon.awssdk.services.deadline.model.ListSessionsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.deadline.paginators.ListSessionsIterable responses = client.listSessionsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.deadline.paginators.ListSessionsIterable responses = client.listSessionsPaginator(request); for (software.amazon.awssdk.services.deadline.model.ListSessionsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.deadline.paginators.ListSessionsIterable responses = client.listSessionsPaginator(request); responses.iterator().forEachRemaining(....);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 iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listSessionsForWorker
default ListSessionsForWorkerResponse listSessionsForWorker(ListSessionsForWorkerRequest listSessionsForWorkerRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Lists sessions for a worker.
- Parameters:
listSessionsForWorkerRequest-- Returns:
- Result of the ListSessionsForWorker operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listSessionsForWorker
default ListSessionsForWorkerResponse listSessionsForWorker(Consumer<ListSessionsForWorkerRequest.Builder> listSessionsForWorkerRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the ListSessionsForWorker operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listSessionsForWorkerPaginator
default ListSessionsForWorkerIterable listSessionsForWorkerPaginator(ListSessionsForWorkerRequest listSessionsForWorkerRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
This is a variant of
listSessionsForWorker(software.amazon.awssdk.services.deadline.model.ListSessionsForWorkerRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.deadline.paginators.ListSessionsForWorkerIterable responses = client.listSessionsForWorkerPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.deadline.paginators.ListSessionsForWorkerIterable responses = client .listSessionsForWorkerPaginator(request); for (software.amazon.awssdk.services.deadline.model.ListSessionsForWorkerResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.deadline.paginators.ListSessionsForWorkerIterable responses = client.listSessionsForWorkerPaginator(request); responses.iterator().forEachRemaining(....);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 iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listSessionsForWorkerPaginator
default ListSessionsForWorkerIterable listSessionsForWorkerPaginator(Consumer<ListSessionsForWorkerRequest.Builder> listSessionsForWorkerRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
This is a variant of
listSessionsForWorker(software.amazon.awssdk.services.deadline.model.ListSessionsForWorkerRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.deadline.paginators.ListSessionsForWorkerIterable responses = client.listSessionsForWorkerPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.deadline.paginators.ListSessionsForWorkerIterable responses = client .listSessionsForWorkerPaginator(request); for (software.amazon.awssdk.services.deadline.model.ListSessionsForWorkerResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.deadline.paginators.ListSessionsForWorkerIterable responses = client.listSessionsForWorkerPaginator(request); responses.iterator().forEachRemaining(....);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 iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listStepConsumers
default ListStepConsumersResponse listStepConsumers(ListStepConsumersRequest listStepConsumersRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Lists step consumers.
- Parameters:
listStepConsumersRequest-- Returns:
- Result of the ListStepConsumers operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listStepConsumers
default ListStepConsumersResponse listStepConsumers(Consumer<ListStepConsumersRequest.Builder> listStepConsumersRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the ListStepConsumers operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listStepConsumersPaginator
default ListStepConsumersIterable listStepConsumersPaginator(ListStepConsumersRequest listStepConsumersRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
This is a variant of
listStepConsumers(software.amazon.awssdk.services.deadline.model.ListStepConsumersRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.deadline.paginators.ListStepConsumersIterable responses = client.listStepConsumersPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.deadline.paginators.ListStepConsumersIterable responses = client .listStepConsumersPaginator(request); for (software.amazon.awssdk.services.deadline.model.ListStepConsumersResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.deadline.paginators.ListStepConsumersIterable responses = client.listStepConsumersPaginator(request); responses.iterator().forEachRemaining(....);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 iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listStepConsumersPaginator
default ListStepConsumersIterable listStepConsumersPaginator(Consumer<ListStepConsumersRequest.Builder> listStepConsumersRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
This is a variant of
listStepConsumers(software.amazon.awssdk.services.deadline.model.ListStepConsumersRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.deadline.paginators.ListStepConsumersIterable responses = client.listStepConsumersPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.deadline.paginators.ListStepConsumersIterable responses = client .listStepConsumersPaginator(request); for (software.amazon.awssdk.services.deadline.model.ListStepConsumersResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.deadline.paginators.ListStepConsumersIterable responses = client.listStepConsumersPaginator(request); responses.iterator().forEachRemaining(....);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 iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listStepDependencies
default ListStepDependenciesResponse listStepDependencies(ListStepDependenciesRequest listStepDependenciesRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Lists the dependencies for a step.
- Parameters:
listStepDependenciesRequest-- Returns:
- Result of the ListStepDependencies operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listStepDependencies
default ListStepDependenciesResponse listStepDependencies(Consumer<ListStepDependenciesRequest.Builder> listStepDependenciesRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the ListStepDependencies operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listStepDependenciesPaginator
default ListStepDependenciesIterable listStepDependenciesPaginator(ListStepDependenciesRequest listStepDependenciesRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
This is a variant of
listStepDependencies(software.amazon.awssdk.services.deadline.model.ListStepDependenciesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.deadline.paginators.ListStepDependenciesIterable responses = client.listStepDependenciesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.deadline.paginators.ListStepDependenciesIterable responses = client .listStepDependenciesPaginator(request); for (software.amazon.awssdk.services.deadline.model.ListStepDependenciesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.deadline.paginators.ListStepDependenciesIterable responses = client.listStepDependenciesPaginator(request); responses.iterator().forEachRemaining(....);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 iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listStepDependenciesPaginator
default ListStepDependenciesIterable listStepDependenciesPaginator(Consumer<ListStepDependenciesRequest.Builder> listStepDependenciesRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
This is a variant of
listStepDependencies(software.amazon.awssdk.services.deadline.model.ListStepDependenciesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.deadline.paginators.ListStepDependenciesIterable responses = client.listStepDependenciesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.deadline.paginators.ListStepDependenciesIterable responses = client .listStepDependenciesPaginator(request); for (software.amazon.awssdk.services.deadline.model.ListStepDependenciesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.deadline.paginators.ListStepDependenciesIterable responses = client.listStepDependenciesPaginator(request); responses.iterator().forEachRemaining(....);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 iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listSteps
default ListStepsResponse listSteps(ListStepsRequest listStepsRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Lists steps for a job.
- Parameters:
listStepsRequest-- Returns:
- Result of the ListSteps operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listSteps
default ListStepsResponse listSteps(Consumer<ListStepsRequest.Builder> listStepsRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the ListSteps operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listStepsPaginator
default ListStepsIterable listStepsPaginator(ListStepsRequest listStepsRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
This is a variant of
listSteps(software.amazon.awssdk.services.deadline.model.ListStepsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.deadline.paginators.ListStepsIterable responses = client.listStepsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.deadline.paginators.ListStepsIterable responses = client.listStepsPaginator(request); for (software.amazon.awssdk.services.deadline.model.ListStepsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.deadline.paginators.ListStepsIterable responses = client.listStepsPaginator(request); responses.iterator().forEachRemaining(....);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 iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listStepsPaginator
default ListStepsIterable listStepsPaginator(Consumer<ListStepsRequest.Builder> listStepsRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
This is a variant of
listSteps(software.amazon.awssdk.services.deadline.model.ListStepsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.deadline.paginators.ListStepsIterable responses = client.listStepsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.deadline.paginators.ListStepsIterable responses = client.listStepsPaginator(request); for (software.amazon.awssdk.services.deadline.model.ListStepsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.deadline.paginators.ListStepsIterable responses = client.listStepsPaginator(request); responses.iterator().forEachRemaining(....);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 iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listStorageProfiles
default ListStorageProfilesResponse listStorageProfiles(ListStorageProfilesRequest listStorageProfilesRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Lists storage profiles.
- Parameters:
listStorageProfilesRequest-- Returns:
- Result of the ListStorageProfiles operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listStorageProfiles
default ListStorageProfilesResponse listStorageProfiles(Consumer<ListStorageProfilesRequest.Builder> listStorageProfilesRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the ListStorageProfiles operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listStorageProfilesPaginator
default ListStorageProfilesIterable listStorageProfilesPaginator(ListStorageProfilesRequest listStorageProfilesRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
This is a variant of
listStorageProfiles(software.amazon.awssdk.services.deadline.model.ListStorageProfilesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.deadline.paginators.ListStorageProfilesIterable responses = client.listStorageProfilesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.deadline.paginators.ListStorageProfilesIterable responses = client .listStorageProfilesPaginator(request); for (software.amazon.awssdk.services.deadline.model.ListStorageProfilesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.deadline.paginators.ListStorageProfilesIterable responses = client.listStorageProfilesPaginator(request); responses.iterator().forEachRemaining(....);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 iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listStorageProfilesPaginator
default ListStorageProfilesIterable listStorageProfilesPaginator(Consumer<ListStorageProfilesRequest.Builder> listStorageProfilesRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
This is a variant of
listStorageProfiles(software.amazon.awssdk.services.deadline.model.ListStorageProfilesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.deadline.paginators.ListStorageProfilesIterable responses = client.listStorageProfilesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.deadline.paginators.ListStorageProfilesIterable responses = client .listStorageProfilesPaginator(request); for (software.amazon.awssdk.services.deadline.model.ListStorageProfilesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.deadline.paginators.ListStorageProfilesIterable responses = client.listStorageProfilesPaginator(request); responses.iterator().forEachRemaining(....);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 iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listStorageProfilesForQueue
default ListStorageProfilesForQueueResponse listStorageProfilesForQueue(ListStorageProfilesForQueueRequest listStorageProfilesForQueueRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Lists storage profiles for a queue.
- Parameters:
listStorageProfilesForQueueRequest-- Returns:
- Result of the ListStorageProfilesForQueue operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listStorageProfilesForQueue
default ListStorageProfilesForQueueResponse listStorageProfilesForQueue(Consumer<ListStorageProfilesForQueueRequest.Builder> listStorageProfilesForQueueRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the ListStorageProfilesForQueue operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listStorageProfilesForQueuePaginator
default ListStorageProfilesForQueueIterable listStorageProfilesForQueuePaginator(ListStorageProfilesForQueueRequest listStorageProfilesForQueueRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
This is a variant of
listStorageProfilesForQueue(software.amazon.awssdk.services.deadline.model.ListStorageProfilesForQueueRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.deadline.paginators.ListStorageProfilesForQueueIterable responses = client.listStorageProfilesForQueuePaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.deadline.paginators.ListStorageProfilesForQueueIterable responses = client .listStorageProfilesForQueuePaginator(request); for (software.amazon.awssdk.services.deadline.model.ListStorageProfilesForQueueResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.deadline.paginators.ListStorageProfilesForQueueIterable responses = client.listStorageProfilesForQueuePaginator(request); responses.iterator().forEachRemaining(....);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 iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listStorageProfilesForQueuePaginator
default ListStorageProfilesForQueueIterable listStorageProfilesForQueuePaginator(Consumer<ListStorageProfilesForQueueRequest.Builder> listStorageProfilesForQueueRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
This is a variant of
listStorageProfilesForQueue(software.amazon.awssdk.services.deadline.model.ListStorageProfilesForQueueRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.deadline.paginators.ListStorageProfilesForQueueIterable responses = client.listStorageProfilesForQueuePaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.deadline.paginators.ListStorageProfilesForQueueIterable responses = client .listStorageProfilesForQueuePaginator(request); for (software.amazon.awssdk.services.deadline.model.ListStorageProfilesForQueueResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.deadline.paginators.ListStorageProfilesForQueueIterable responses = client.listStorageProfilesForQueuePaginator(request); responses.iterator().forEachRemaining(....);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 iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listTagsForResource
default ListTagsForResourceResponse listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Lists tags for a resource.
- Parameters:
listTagsForResourceRequest-- Returns:
- Result of the ListTagsForResource operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listTagsForResource
default ListTagsForResourceResponse listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the ListTagsForResource operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listTasks
default ListTasksResponse listTasks(ListTasksRequest listTasksRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Lists tasks for a job.
- Parameters:
listTasksRequest-- Returns:
- Result of the ListTasks operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listTasks
default ListTasksResponse listTasks(Consumer<ListTasksRequest.Builder> listTasksRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the ListTasks operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listTasksPaginator
default ListTasksIterable listTasksPaginator(ListTasksRequest listTasksRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
This is a variant of
listTasks(software.amazon.awssdk.services.deadline.model.ListTasksRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.deadline.paginators.ListTasksIterable responses = client.listTasksPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.deadline.paginators.ListTasksIterable responses = client.listTasksPaginator(request); for (software.amazon.awssdk.services.deadline.model.ListTasksResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.deadline.paginators.ListTasksIterable responses = client.listTasksPaginator(request); responses.iterator().forEachRemaining(....);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 iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listTasksPaginator
default ListTasksIterable listTasksPaginator(Consumer<ListTasksRequest.Builder> listTasksRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
This is a variant of
listTasks(software.amazon.awssdk.services.deadline.model.ListTasksRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.deadline.paginators.ListTasksIterable responses = client.listTasksPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.deadline.paginators.ListTasksIterable responses = client.listTasksPaginator(request); for (software.amazon.awssdk.services.deadline.model.ListTasksResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.deadline.paginators.ListTasksIterable responses = client.listTasksPaginator(request); responses.iterator().forEachRemaining(....);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 iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listWorkers
default ListWorkersResponse listWorkers(ListWorkersRequest listWorkersRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Lists workers.
- Parameters:
listWorkersRequest-- Returns:
- Result of the ListWorkers operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listWorkers
default ListWorkersResponse listWorkers(Consumer<ListWorkersRequest.Builder> listWorkersRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the ListWorkers operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listWorkersPaginator
default ListWorkersIterable listWorkersPaginator(ListWorkersRequest listWorkersRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
This is a variant of
listWorkers(software.amazon.awssdk.services.deadline.model.ListWorkersRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.deadline.paginators.ListWorkersIterable responses = client.listWorkersPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.deadline.paginators.ListWorkersIterable responses = client.listWorkersPaginator(request); for (software.amazon.awssdk.services.deadline.model.ListWorkersResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.deadline.paginators.ListWorkersIterable responses = client.listWorkersPaginator(request); responses.iterator().forEachRemaining(....);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 iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
listWorkersPaginator
default ListWorkersIterable listWorkersPaginator(Consumer<ListWorkersRequest.Builder> listWorkersRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
This is a variant of
listWorkers(software.amazon.awssdk.services.deadline.model.ListWorkersRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.deadline.paginators.ListWorkersIterable responses = client.listWorkersPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.deadline.paginators.ListWorkersIterable responses = client.listWorkersPaginator(request); for (software.amazon.awssdk.services.deadline.model.ListWorkersResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.deadline.paginators.ListWorkersIterable responses = client.listWorkersPaginator(request); responses.iterator().forEachRemaining(....);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 iterable that can be used to iterate through all the response pages.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
putMeteredProduct
default PutMeteredProductResponse putMeteredProduct(PutMeteredProductRequest putMeteredProductRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Adds a metered product.
- Parameters:
putMeteredProductRequest-- Returns:
- Result of the PutMeteredProduct operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
putMeteredProduct
default PutMeteredProductResponse putMeteredProduct(Consumer<PutMeteredProductRequest.Builder> putMeteredProductRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the PutMeteredProduct operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
searchJobs
default SearchJobsResponse searchJobs(SearchJobsRequest searchJobsRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Searches for jobs.
- Parameters:
searchJobsRequest-- Returns:
- Result of the SearchJobs operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
searchJobs
default SearchJobsResponse searchJobs(Consumer<SearchJobsRequest.Builder> searchJobsRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the SearchJobs operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
searchSteps
default SearchStepsResponse searchSteps(SearchStepsRequest searchStepsRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Searches for steps.
- Parameters:
searchStepsRequest-- Returns:
- Result of the SearchSteps operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
searchSteps
default SearchStepsResponse searchSteps(Consumer<SearchStepsRequest.Builder> searchStepsRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the SearchSteps operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
searchTasks
default SearchTasksResponse searchTasks(SearchTasksRequest searchTasksRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Searches for tasks.
- Parameters:
searchTasksRequest-- Returns:
- Result of the SearchTasks operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
searchTasks
default SearchTasksResponse searchTasks(Consumer<SearchTasksRequest.Builder> searchTasksRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the SearchTasks operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
searchWorkers
default SearchWorkersResponse searchWorkers(SearchWorkersRequest searchWorkersRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Searches for workers.
- Parameters:
searchWorkersRequest-- Returns:
- Result of the SearchWorkers operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
searchWorkers
default SearchWorkersResponse searchWorkers(Consumer<SearchWorkersRequest.Builder> searchWorkersRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the SearchWorkers operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
startSessionsStatisticsAggregation
default StartSessionsStatisticsAggregationResponse startSessionsStatisticsAggregation(StartSessionsStatisticsAggregationRequest startSessionsStatisticsAggregationRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the StartSessionsStatisticsAggregation operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
startSessionsStatisticsAggregation
default StartSessionsStatisticsAggregationResponse startSessionsStatisticsAggregation(Consumer<StartSessionsStatisticsAggregationRequest.Builder> startSessionsStatisticsAggregationRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the StartSessionsStatisticsAggregation operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
tagResource
default TagResourceResponse tagResource(TagResourceRequest tagResourceRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ConflictException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Tags a resource using the resource's ARN and desired tags.
- Parameters:
tagResourceRequest-- Returns:
- Result of the TagResource operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
tagResource
default TagResourceResponse tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ConflictException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the TagResource operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
untagResource
default UntagResourceResponse untagResource(UntagResourceRequest untagResourceRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ConflictException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Removes a tag from a resource using the resource's ARN and tag to remove.
- Parameters:
untagResourceRequest-- Returns:
- Result of the UntagResource operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
untagResource
default UntagResourceResponse untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ConflictException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the UntagResource operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
updateBudget
default UpdateBudgetResponse updateBudget(UpdateBudgetRequest updateBudgetRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Updates a budget that sets spending thresholds for rendering activity.
- Parameters:
updateBudgetRequest-- Returns:
- Result of the UpdateBudget operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
updateBudget
default UpdateBudgetResponse updateBudget(Consumer<UpdateBudgetRequest.Builder> updateBudgetRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the UpdateBudget operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
updateFarm
default UpdateFarmResponse updateFarm(UpdateFarmRequest updateFarmRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Updates a farm.
- Parameters:
updateFarmRequest-- Returns:
- Result of the UpdateFarm operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
updateFarm
default UpdateFarmResponse updateFarm(Consumer<UpdateFarmRequest.Builder> updateFarmRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the UpdateFarm operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
updateFleet
default UpdateFleetResponse updateFleet(UpdateFleetRequest updateFleetRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, DeadlineException
Updates a fleet.
- Parameters:
updateFleetRequest-- Returns:
- Result of the UpdateFleet operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
updateFleet
default UpdateFleetResponse updateFleet(Consumer<UpdateFleetRequest.Builder> updateFleetRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the UpdateFleet operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
updateJob
default UpdateJobResponse updateJob(UpdateJobRequest updateJobRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ConflictException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Updates a job.
- Parameters:
updateJobRequest-- Returns:
- Result of the UpdateJob operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
updateJob
default UpdateJobResponse updateJob(Consumer<UpdateJobRequest.Builder> updateJobRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ConflictException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the UpdateJob operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
updateMonitor
default UpdateMonitorResponse updateMonitor(UpdateMonitorRequest updateMonitorRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Modifies the settings for a Deadline Cloud monitor. You can modify one or all of the settings when you call
UpdateMonitor.- Parameters:
updateMonitorRequest-- Returns:
- Result of the UpdateMonitor operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
updateMonitor
default UpdateMonitorResponse updateMonitor(Consumer<UpdateMonitorRequest.Builder> updateMonitorRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the UpdateMonitor operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
updateQueue
default UpdateQueueResponse updateQueue(UpdateQueueRequest updateQueueRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Updates a queue.
- Parameters:
updateQueueRequest-- Returns:
- Result of the UpdateQueue operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
updateQueue
default UpdateQueueResponse updateQueue(Consumer<UpdateQueueRequest.Builder> updateQueueRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the UpdateQueue operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
updateQueueEnvironment
default UpdateQueueEnvironmentResponse updateQueueEnvironment(UpdateQueueEnvironmentRequest updateQueueEnvironmentRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Updates the queue environment.
- Parameters:
updateQueueEnvironmentRequest-- Returns:
- Result of the UpdateQueueEnvironment operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
updateQueueEnvironment
default UpdateQueueEnvironmentResponse updateQueueEnvironment(Consumer<UpdateQueueEnvironmentRequest.Builder> updateQueueEnvironmentRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the UpdateQueueEnvironment operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
updateQueueFleetAssociation
default UpdateQueueFleetAssociationResponse updateQueueFleetAssociation(UpdateQueueFleetAssociationRequest updateQueueFleetAssociationRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Updates a queue-fleet association.
- Parameters:
updateQueueFleetAssociationRequest-- Returns:
- Result of the UpdateQueueFleetAssociation operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
updateQueueFleetAssociation
default UpdateQueueFleetAssociationResponse updateQueueFleetAssociation(Consumer<UpdateQueueFleetAssociationRequest.Builder> updateQueueFleetAssociationRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the UpdateQueueFleetAssociation operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
updateSession
default UpdateSessionResponse updateSession(UpdateSessionRequest updateSessionRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ConflictException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Updates a session.
- Parameters:
updateSessionRequest-- Returns:
- Result of the UpdateSession operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
updateSession
default UpdateSessionResponse updateSession(Consumer<UpdateSessionRequest.Builder> updateSessionRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ConflictException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the UpdateSession operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
updateStep
default UpdateStepResponse updateStep(UpdateStepRequest updateStepRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ConflictException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Updates a step.
- Parameters:
updateStepRequest-- Returns:
- Result of the UpdateStep operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
updateStep
default UpdateStepResponse updateStep(Consumer<UpdateStepRequest.Builder> updateStepRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ConflictException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the UpdateStep operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
updateStorageProfile
default UpdateStorageProfileResponse updateStorageProfile(UpdateStorageProfileRequest updateStorageProfileRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Updates a storage profile.
- Parameters:
updateStorageProfileRequest-- Returns:
- Result of the UpdateStorageProfile operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
updateStorageProfile
default UpdateStorageProfileResponse updateStorageProfile(Consumer<UpdateStorageProfileRequest.Builder> updateStorageProfileRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the UpdateStorageProfile operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
updateTask
default UpdateTaskResponse updateTask(UpdateTaskRequest updateTaskRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ConflictException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Updates a task.
- Parameters:
updateTaskRequest-- Returns:
- Result of the UpdateTask operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
updateTask
default UpdateTaskResponse updateTask(Consumer<UpdateTaskRequest.Builder> updateTaskRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ConflictException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the UpdateTask operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
updateWorker
default UpdateWorkerResponse updateWorker(UpdateWorkerRequest updateWorkerRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ConflictException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Updates a worker.
- Parameters:
updateWorkerRequest-- Returns:
- Result of the UpdateWorker operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
updateWorker
default UpdateWorkerResponse updateWorker(Consumer<UpdateWorkerRequest.Builder> updateWorkerRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ConflictException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the UpdateWorker operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
updateWorkerSchedule
default UpdateWorkerScheduleResponse updateWorkerSchedule(UpdateWorkerScheduleRequest updateWorkerScheduleRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ConflictException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
Updates the schedule for a worker.
- Parameters:
updateWorkerScheduleRequest-- Returns:
- Result of the UpdateWorkerSchedule operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
updateWorkerSchedule
default UpdateWorkerScheduleResponse updateWorkerSchedule(Consumer<UpdateWorkerScheduleRequest.Builder> updateWorkerScheduleRequest) throws AccessDeniedException, InternalServerErrorException, ResourceNotFoundException, ThrottlingException, ConflictException, ValidationException, AwsServiceException, SdkClientException, DeadlineException
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:
- Result of the UpdateWorkerSchedule operation returned by the service.
- Throws:
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.AwsServiceException- See Also:
- AWS API Documentation
-
waiter
default DeadlineWaiter waiter()
Create an instance ofDeadlineWaiterusing 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
DeadlineWaiter
-
create
static DeadlineClient create()
Create aDeadlineClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider.
-
builder
static DeadlineClientBuilder builder()
Create a builder that can be used to configure and create aDeadlineClient.
-
serviceMetadata
static ServiceMetadata serviceMetadata()
-
serviceClientConfiguration
default DeadlineServiceClientConfiguration serviceClientConfiguration()
- Specified by:
serviceClientConfigurationin interfaceAwsClient- Specified by:
serviceClientConfigurationin interfaceSdkClient
-
-