Uses of Class
software.amazon.awssdk.services.batch.model.DeleteSchedulingPolicyRequest
-
Packages that use DeleteSchedulingPolicyRequest Package Description software.amazon.awssdk.services.batch Batch software.amazon.awssdk.services.batch.transform -
-
Uses of DeleteSchedulingPolicyRequest in software.amazon.awssdk.services.batch
Methods in software.amazon.awssdk.services.batch with parameters of type DeleteSchedulingPolicyRequest Modifier and Type Method Description default CompletableFuture<DeleteSchedulingPolicyResponse>BatchAsyncClient. deleteSchedulingPolicy(DeleteSchedulingPolicyRequest deleteSchedulingPolicyRequest)Deletes the specified scheduling policy.default DeleteSchedulingPolicyResponseBatchClient. deleteSchedulingPolicy(DeleteSchedulingPolicyRequest deleteSchedulingPolicyRequest)Deletes the specified scheduling policy. -
Uses of DeleteSchedulingPolicyRequest in software.amazon.awssdk.services.batch.transform
Methods in software.amazon.awssdk.services.batch.transform with parameters of type DeleteSchedulingPolicyRequest Modifier and Type Method Description SdkHttpFullRequestDeleteSchedulingPolicyRequestMarshaller. marshall(DeleteSchedulingPolicyRequest deleteSchedulingPolicyRequest)
-