Uses of Interface
software.amazon.awssdk.services.batch.model.GetJobQueueSnapshotRequest.Builder
-
Packages that use GetJobQueueSnapshotRequest.Builder Package Description software.amazon.awssdk.services.batch Batch software.amazon.awssdk.services.batch.model -
-
Uses of GetJobQueueSnapshotRequest.Builder in software.amazon.awssdk.services.batch
Method parameters in software.amazon.awssdk.services.batch with type arguments of type GetJobQueueSnapshotRequest.Builder Modifier and Type Method Description default CompletableFuture<GetJobQueueSnapshotResponse>BatchAsyncClient. getJobQueueSnapshot(Consumer<GetJobQueueSnapshotRequest.Builder> getJobQueueSnapshotRequest)Provides a list of the first 100RUNNABLEjobs associated to a single job queue.default GetJobQueueSnapshotResponseBatchClient. getJobQueueSnapshot(Consumer<GetJobQueueSnapshotRequest.Builder> getJobQueueSnapshotRequest)Provides a list of the first 100RUNNABLEjobs associated to a single job queue. -
Uses of GetJobQueueSnapshotRequest.Builder in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return GetJobQueueSnapshotRequest.Builder Modifier and Type Method Description static GetJobQueueSnapshotRequest.BuilderGetJobQueueSnapshotRequest. builder()GetJobQueueSnapshotRequest.BuilderGetJobQueueSnapshotRequest.Builder. jobQueue(String jobQueue)The job queue’s name or full queue Amazon Resource Name (ARN).GetJobQueueSnapshotRequest.BuilderGetJobQueueSnapshotRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetJobQueueSnapshotRequest.BuilderGetJobQueueSnapshotRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetJobQueueSnapshotRequest.BuilderGetJobQueueSnapshotRequest. toBuilder()Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type GetJobQueueSnapshotRequest.Builder Modifier and Type Method Description static Class<? extends GetJobQueueSnapshotRequest.Builder>GetJobQueueSnapshotRequest. serializableBuilderClass()
-