Uses of Interface
software.amazon.awssdk.services.datazone.model.ConnectionCredentials.Builder
-
Packages that use ConnectionCredentials.Builder Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of ConnectionCredentials.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return ConnectionCredentials.Builder Modifier and Type Method Description ConnectionCredentials.BuilderConnectionCredentials.Builder. accessKeyId(String accessKeyId)The access key ID of a connection.static ConnectionCredentials.BuilderConnectionCredentials. builder()ConnectionCredentials.BuilderConnectionCredentials.Builder. expiration(Instant expiration)The expiration of the connection credentials.ConnectionCredentials.BuilderConnectionCredentials.Builder. secretAccessKey(String secretAccessKey)The secret access key of a connection.ConnectionCredentials.BuilderConnectionCredentials.Builder. sessionToken(String sessionToken)The session token of a connection credentials.ConnectionCredentials.BuilderConnectionCredentials. toBuilder()Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type ConnectionCredentials.Builder Modifier and Type Method Description static Class<? extends ConnectionCredentials.Builder>ConnectionCredentials. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type ConnectionCredentials.Builder Modifier and Type Method Description default GetConnectionResponse.BuilderGetConnectionResponse.Builder. connectionCredentials(Consumer<ConnectionCredentials.Builder> connectionCredentials)Connection credentials.
-