Uses of Class
software.amazon.awssdk.services.emrcontainers.model.DescribeManagedEndpointRequest
-
Packages that use DescribeManagedEndpointRequest 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).software.amazon.awssdk.services.emrcontainers.transform -
-
Uses of DescribeManagedEndpointRequest in software.amazon.awssdk.services.emrcontainers
Methods in software.amazon.awssdk.services.emrcontainers with parameters of type DescribeManagedEndpointRequest Modifier and Type Method Description default CompletableFuture<DescribeManagedEndpointResponse>EmrContainersAsyncClient. describeManagedEndpoint(DescribeManagedEndpointRequest describeManagedEndpointRequest)Displays detailed information about a managed endpoint.default DescribeManagedEndpointResponseEmrContainersClient. describeManagedEndpoint(DescribeManagedEndpointRequest describeManagedEndpointRequest)Displays detailed information about a managed endpoint. -
Uses of DescribeManagedEndpointRequest in software.amazon.awssdk.services.emrcontainers.transform
Methods in software.amazon.awssdk.services.emrcontainers.transform with parameters of type DescribeManagedEndpointRequest Modifier and Type Method Description SdkHttpFullRequestDescribeManagedEndpointRequestMarshaller. marshall(DescribeManagedEndpointRequest describeManagedEndpointRequest)
-