Uses of Class
software.amazon.awssdk.services.datazone.model.BasicAuthenticationCredentials
-
Packages that use BasicAuthenticationCredentials Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of BasicAuthenticationCredentials in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return BasicAuthenticationCredentials Modifier and Type Method Description BasicAuthenticationCredentialsAuthenticationConfigurationInput. basicAuthenticationCredentials()The basic authentication credentials of a connection.BasicAuthenticationCredentialsAuthenticationConfigurationPatch. basicAuthenticationCredentials()The basic authentication credentials of a connection.Methods in software.amazon.awssdk.services.datazone.model with parameters of type BasicAuthenticationCredentials Modifier and Type Method Description AuthenticationConfigurationInput.BuilderAuthenticationConfigurationInput.Builder. basicAuthenticationCredentials(BasicAuthenticationCredentials basicAuthenticationCredentials)The basic authentication credentials of a connection.AuthenticationConfigurationPatch.BuilderAuthenticationConfigurationPatch.Builder. basicAuthenticationCredentials(BasicAuthenticationCredentials basicAuthenticationCredentials)The basic authentication credentials of a connection.
-