Uses of Class
software.amazon.awssdk.services.emrcontainers.model.GetManagedEndpointSessionCredentialsResponse
-
Packages that use GetManagedEndpointSessionCredentialsResponse 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 GetManagedEndpointSessionCredentialsResponse in software.amazon.awssdk.services.emrcontainers
Methods in software.amazon.awssdk.services.emrcontainers that return GetManagedEndpointSessionCredentialsResponse Modifier and Type Method Description default GetManagedEndpointSessionCredentialsResponseEmrContainersClient. getManagedEndpointSessionCredentials(Consumer<GetManagedEndpointSessionCredentialsRequest.Builder> getManagedEndpointSessionCredentialsRequest)Generate a session token to connect to a managed endpoint.default GetManagedEndpointSessionCredentialsResponseEmrContainersClient. getManagedEndpointSessionCredentials(GetManagedEndpointSessionCredentialsRequest getManagedEndpointSessionCredentialsRequest)Generate a session token to connect to a managed endpoint.Methods in software.amazon.awssdk.services.emrcontainers that return types with arguments of type GetManagedEndpointSessionCredentialsResponse Modifier and Type Method Description default CompletableFuture<GetManagedEndpointSessionCredentialsResponse>EmrContainersAsyncClient. getManagedEndpointSessionCredentials(Consumer<GetManagedEndpointSessionCredentialsRequest.Builder> getManagedEndpointSessionCredentialsRequest)Generate a session token to connect to a managed endpoint.default CompletableFuture<GetManagedEndpointSessionCredentialsResponse>EmrContainersAsyncClient. getManagedEndpointSessionCredentials(GetManagedEndpointSessionCredentialsRequest getManagedEndpointSessionCredentialsRequest)Generate a session token to connect to a managed endpoint.
-