Uses of Class
software.amazon.awssdk.services.deadline.model.CreateLicenseEndpointResponse
-
Packages that use CreateLicenseEndpointResponse Package Description software.amazon.awssdk.services.deadline The Amazon Web Services Deadline Cloud API provides infrastructure and centralized management for your projects. -
-
Uses of CreateLicenseEndpointResponse in software.amazon.awssdk.services.deadline
Methods in software.amazon.awssdk.services.deadline that return CreateLicenseEndpointResponse Modifier and Type Method Description default CreateLicenseEndpointResponseDeadlineClient. createLicenseEndpoint(Consumer<CreateLicenseEndpointRequest.Builder> createLicenseEndpointRequest)Creates a license endpoint to integrate your various licensed software used for rendering on Deadline Cloud.default CreateLicenseEndpointResponseDeadlineClient. createLicenseEndpoint(CreateLicenseEndpointRequest createLicenseEndpointRequest)Creates a license endpoint to integrate your various licensed software used for rendering on Deadline Cloud.Methods in software.amazon.awssdk.services.deadline that return types with arguments of type CreateLicenseEndpointResponse Modifier and Type Method Description default CompletableFuture<CreateLicenseEndpointResponse>DeadlineAsyncClient. createLicenseEndpoint(Consumer<CreateLicenseEndpointRequest.Builder> createLicenseEndpointRequest)Creates a license endpoint to integrate your various licensed software used for rendering on Deadline Cloud.default CompletableFuture<CreateLicenseEndpointResponse>DeadlineAsyncClient. createLicenseEndpoint(CreateLicenseEndpointRequest createLicenseEndpointRequest)Creates a license endpoint to integrate your various licensed software used for rendering on Deadline Cloud.
-