Uses of Class
software.amazon.awssdk.services.deadline.model.DeleteLicenseEndpointResponse
-
Packages that use DeleteLicenseEndpointResponse Package Description software.amazon.awssdk.services.deadline The Amazon Web Services Deadline Cloud API provides infrastructure and centralized management for your projects. -
-
Uses of DeleteLicenseEndpointResponse in software.amazon.awssdk.services.deadline
Methods in software.amazon.awssdk.services.deadline that return DeleteLicenseEndpointResponse Modifier and Type Method Description default DeleteLicenseEndpointResponseDeadlineClient. deleteLicenseEndpoint(Consumer<DeleteLicenseEndpointRequest.Builder> deleteLicenseEndpointRequest)Deletes a license endpoint.default DeleteLicenseEndpointResponseDeadlineClient. deleteLicenseEndpoint(DeleteLicenseEndpointRequest deleteLicenseEndpointRequest)Deletes a license endpoint.Methods in software.amazon.awssdk.services.deadline that return types with arguments of type DeleteLicenseEndpointResponse Modifier and Type Method Description default CompletableFuture<DeleteLicenseEndpointResponse>DeadlineAsyncClient. deleteLicenseEndpoint(Consumer<DeleteLicenseEndpointRequest.Builder> deleteLicenseEndpointRequest)Deletes a license endpoint.default CompletableFuture<DeleteLicenseEndpointResponse>DeadlineAsyncClient. deleteLicenseEndpoint(DeleteLicenseEndpointRequest deleteLicenseEndpointRequest)Deletes a license endpoint.
-