Uses of Interface
software.amazon.awssdk.services.datazone.model.GetEnvironmentCredentialsResponse.Builder
-
Packages that use GetEnvironmentCredentialsResponse.Builder Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of GetEnvironmentCredentialsResponse.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return GetEnvironmentCredentialsResponse.Builder Modifier and Type Method Description GetEnvironmentCredentialsResponse.BuilderGetEnvironmentCredentialsResponse.Builder. accessKeyId(String accessKeyId)The access key ID of the environment.static GetEnvironmentCredentialsResponse.BuilderGetEnvironmentCredentialsResponse. builder()GetEnvironmentCredentialsResponse.BuilderGetEnvironmentCredentialsResponse.Builder. expiration(Instant expiration)The expiration timestamp of the environment credentials.GetEnvironmentCredentialsResponse.BuilderGetEnvironmentCredentialsResponse.Builder. secretAccessKey(String secretAccessKey)The secret access key of the environment credentials.GetEnvironmentCredentialsResponse.BuilderGetEnvironmentCredentialsResponse.Builder. sessionToken(String sessionToken)The session token of the environment credentials.GetEnvironmentCredentialsResponse.BuilderGetEnvironmentCredentialsResponse. toBuilder()Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type GetEnvironmentCredentialsResponse.Builder Modifier and Type Method Description static Class<? extends GetEnvironmentCredentialsResponse.Builder>GetEnvironmentCredentialsResponse. serializableBuilderClass()
-