Uses of Class
software.amazon.awssdk.services.batch.model.DeleteQuotaShareRequest
-
Packages that use DeleteQuotaShareRequest Package Description software.amazon.awssdk.services.batch Batch software.amazon.awssdk.services.batch.transform -
-
Uses of DeleteQuotaShareRequest in software.amazon.awssdk.services.batch
Methods in software.amazon.awssdk.services.batch with parameters of type DeleteQuotaShareRequest Modifier and Type Method Description default CompletableFuture<DeleteQuotaShareResponse>BatchAsyncClient. deleteQuotaShare(DeleteQuotaShareRequest deleteQuotaShareRequest)Deletes the specified quota share.default DeleteQuotaShareResponseBatchClient. deleteQuotaShare(DeleteQuotaShareRequest deleteQuotaShareRequest)Deletes the specified quota share. -
Uses of DeleteQuotaShareRequest in software.amazon.awssdk.services.batch.transform
Methods in software.amazon.awssdk.services.batch.transform with parameters of type DeleteQuotaShareRequest Modifier and Type Method Description SdkHttpFullRequestDeleteQuotaShareRequestMarshaller. marshall(DeleteQuotaShareRequest deleteQuotaShareRequest)
-