Uses of Interface
software.amazon.awssdk.services.batch.BatchClient
-
Packages that use BatchClient Package Description software.amazon.awssdk.services.batch Batch software.amazon.awssdk.services.batch.paginators -
-
Uses of BatchClient in software.amazon.awssdk.services.batch
Methods in software.amazon.awssdk.services.batch that return BatchClient Modifier and Type Method Description static BatchClientBatchClient. create()Create aBatchClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of BatchClient in software.amazon.awssdk.services.batch.paginators
Constructors in software.amazon.awssdk.services.batch.paginators with parameters of type BatchClient Constructor Description DescribeComputeEnvironmentsIterable(BatchClient client, DescribeComputeEnvironmentsRequest firstRequest)DescribeJobDefinitionsIterable(BatchClient client, DescribeJobDefinitionsRequest firstRequest)DescribeJobQueuesIterable(BatchClient client, DescribeJobQueuesRequest firstRequest)ListConsumableResourcesIterable(BatchClient client, ListConsumableResourcesRequest firstRequest)ListJobsByConsumableResourceIterable(BatchClient client, ListJobsByConsumableResourceRequest firstRequest)ListJobsIterable(BatchClient client, ListJobsRequest firstRequest)ListSchedulingPoliciesIterable(BatchClient client, ListSchedulingPoliciesRequest firstRequest)
-