Uses of Class
software.amazon.awssdk.services.emrcontainers.model.Credentials
-
Packages that use Credentials Package Description software.amazon.awssdk.services.emrcontainers.model -
-
Uses of Credentials in software.amazon.awssdk.services.emrcontainers.model
Methods in software.amazon.awssdk.services.emrcontainers.model that return Credentials Modifier and Type Method Description CredentialsGetManagedEndpointSessionCredentialsResponse. credentials()The structure containing the session credentials.static CredentialsCredentials. fromToken(String token)Create an instance of this class withtoken()initialized to the given value.Methods in software.amazon.awssdk.services.emrcontainers.model with parameters of type Credentials Modifier and Type Method Description GetManagedEndpointSessionCredentialsResponse.BuilderGetManagedEndpointSessionCredentialsResponse.Builder. credentials(Credentials credentials)The structure containing the session credentials.
-