Uses of Class
software.amazon.awssdk.services.emrcontainers.model.CreateManagedEndpointResponse
-
Packages that use CreateManagedEndpointResponse Package Description software.amazon.awssdk.services.emrcontainers Amazon EMR on EKS provides a deployment option for Amazon EMR that allows you to run open-source big data frameworks on Amazon Elastic Kubernetes Service (Amazon EKS). -
-
Uses of CreateManagedEndpointResponse in software.amazon.awssdk.services.emrcontainers
Methods in software.amazon.awssdk.services.emrcontainers that return CreateManagedEndpointResponse Modifier and Type Method Description default CreateManagedEndpointResponseEmrContainersClient. createManagedEndpoint(Consumer<CreateManagedEndpointRequest.Builder> createManagedEndpointRequest)Creates a managed endpoint.default CreateManagedEndpointResponseEmrContainersClient. createManagedEndpoint(CreateManagedEndpointRequest createManagedEndpointRequest)Creates a managed endpoint.Methods in software.amazon.awssdk.services.emrcontainers that return types with arguments of type CreateManagedEndpointResponse Modifier and Type Method Description default CompletableFuture<CreateManagedEndpointResponse>EmrContainersAsyncClient. createManagedEndpoint(Consumer<CreateManagedEndpointRequest.Builder> createManagedEndpointRequest)Creates a managed endpoint.default CompletableFuture<CreateManagedEndpointResponse>EmrContainersAsyncClient. createManagedEndpoint(CreateManagedEndpointRequest createManagedEndpointRequest)Creates a managed endpoint.
-