Uses of Interface
software.amazon.awssdk.services.emrcontainers.model.GetManagedEndpointSessionCredentialsResponse.Builder
-
Packages that use GetManagedEndpointSessionCredentialsResponse.Builder Package Description software.amazon.awssdk.services.emrcontainers.model -
-
Uses of GetManagedEndpointSessionCredentialsResponse.Builder in software.amazon.awssdk.services.emrcontainers.model
Methods in software.amazon.awssdk.services.emrcontainers.model that return GetManagedEndpointSessionCredentialsResponse.Builder Modifier and Type Method Description static GetManagedEndpointSessionCredentialsResponse.BuilderGetManagedEndpointSessionCredentialsResponse. builder()default GetManagedEndpointSessionCredentialsResponse.BuilderGetManagedEndpointSessionCredentialsResponse.Builder. credentials(Consumer<Credentials.Builder> credentials)The structure containing the session credentials.GetManagedEndpointSessionCredentialsResponse.BuilderGetManagedEndpointSessionCredentialsResponse.Builder. credentials(Credentials credentials)The structure containing the session credentials.GetManagedEndpointSessionCredentialsResponse.BuilderGetManagedEndpointSessionCredentialsResponse.Builder. expiresAt(Instant expiresAt)The date and time when the session token will expire.GetManagedEndpointSessionCredentialsResponse.BuilderGetManagedEndpointSessionCredentialsResponse.Builder. id(String id)The identifier of the session token returned.GetManagedEndpointSessionCredentialsResponse.BuilderGetManagedEndpointSessionCredentialsResponse. toBuilder()Methods in software.amazon.awssdk.services.emrcontainers.model that return types with arguments of type GetManagedEndpointSessionCredentialsResponse.Builder Modifier and Type Method Description static Class<? extends GetManagedEndpointSessionCredentialsResponse.Builder>GetManagedEndpointSessionCredentialsResponse. serializableBuilderClass()
-