Uses of Interface
software.amazon.awssdk.services.batch.BatchAsyncClient
-
Packages that use BatchAsyncClient Package Description software.amazon.awssdk.services.batch Batch software.amazon.awssdk.services.batch.paginators -
-
Uses of BatchAsyncClient in software.amazon.awssdk.services.batch
Methods in software.amazon.awssdk.services.batch that return BatchAsyncClient Modifier and Type Method Description static BatchAsyncClientBatchAsyncClient. create()Create aBatchAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of BatchAsyncClient in software.amazon.awssdk.services.batch.paginators
Constructors in software.amazon.awssdk.services.batch.paginators with parameters of type BatchAsyncClient Constructor Description DescribeComputeEnvironmentsPublisher(BatchAsyncClient client, DescribeComputeEnvironmentsRequest firstRequest)DescribeJobDefinitionsPublisher(BatchAsyncClient client, DescribeJobDefinitionsRequest firstRequest)DescribeJobQueuesPublisher(BatchAsyncClient client, DescribeJobQueuesRequest firstRequest)ListConsumableResourcesPublisher(BatchAsyncClient client, ListConsumableResourcesRequest firstRequest)ListJobsByConsumableResourcePublisher(BatchAsyncClient client, ListJobsByConsumableResourceRequest firstRequest)ListJobsPublisher(BatchAsyncClient client, ListJobsRequest firstRequest)ListSchedulingPoliciesPublisher(BatchAsyncClient client, ListSchedulingPoliciesRequest firstRequest)
-