Uses of Interface
software.amazon.awssdk.services.datazone.model.BasicAuthenticationCredentials.Builder
-
Packages that use BasicAuthenticationCredentials.Builder Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of BasicAuthenticationCredentials.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return BasicAuthenticationCredentials.Builder Modifier and Type Method Description static BasicAuthenticationCredentials.BuilderBasicAuthenticationCredentials. builder()BasicAuthenticationCredentials.BuilderBasicAuthenticationCredentials.Builder. password(String password)The password for a connection.BasicAuthenticationCredentials.BuilderBasicAuthenticationCredentials. toBuilder()BasicAuthenticationCredentials.BuilderBasicAuthenticationCredentials.Builder. userName(String userName)The user name for the connecion.Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type BasicAuthenticationCredentials.Builder Modifier and Type Method Description static Class<? extends BasicAuthenticationCredentials.Builder>BasicAuthenticationCredentials. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type BasicAuthenticationCredentials.Builder Modifier and Type Method Description default AuthenticationConfigurationInput.BuilderAuthenticationConfigurationInput.Builder. basicAuthenticationCredentials(Consumer<BasicAuthenticationCredentials.Builder> basicAuthenticationCredentials)The basic authentication credentials of a connection.default AuthenticationConfigurationPatch.BuilderAuthenticationConfigurationPatch.Builder. basicAuthenticationCredentials(Consumer<BasicAuthenticationCredentials.Builder> basicAuthenticationCredentials)The basic authentication credentials of a connection.
-