Uses of Class
software.amazon.awssdk.services.batch.model.CreateQuotaShareResponse
-
Packages that use CreateQuotaShareResponse Package Description software.amazon.awssdk.services.batch Batch -
-
Uses of CreateQuotaShareResponse in software.amazon.awssdk.services.batch
Methods in software.amazon.awssdk.services.batch that return CreateQuotaShareResponse Modifier and Type Method Description default CreateQuotaShareResponseBatchClient. createQuotaShare(Consumer<CreateQuotaShareRequest.Builder> createQuotaShareRequest)Creates an Batch quota share.default CreateQuotaShareResponseBatchClient. createQuotaShare(CreateQuotaShareRequest createQuotaShareRequest)Creates an Batch quota share.Methods in software.amazon.awssdk.services.batch that return types with arguments of type CreateQuotaShareResponse Modifier and Type Method Description default CompletableFuture<CreateQuotaShareResponse>BatchAsyncClient. createQuotaShare(Consumer<CreateQuotaShareRequest.Builder> createQuotaShareRequest)Creates an Batch quota share.default CompletableFuture<CreateQuotaShareResponse>BatchAsyncClient. createQuotaShare(CreateQuotaShareRequest createQuotaShareRequest)Creates an Batch quota share.
-