Uses of Interface
software.amazon.awssdk.services.datazone.model.AuthenticationConfigurationPatch.Builder
-
Packages that use AuthenticationConfigurationPatch.Builder Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of AuthenticationConfigurationPatch.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return AuthenticationConfigurationPatch.Builder Modifier and Type Method Description default AuthenticationConfigurationPatch.BuilderAuthenticationConfigurationPatch.Builder. basicAuthenticationCredentials(Consumer<BasicAuthenticationCredentials.Builder> basicAuthenticationCredentials)The basic authentication credentials of a connection.AuthenticationConfigurationPatch.BuilderAuthenticationConfigurationPatch.Builder. basicAuthenticationCredentials(BasicAuthenticationCredentials basicAuthenticationCredentials)The basic authentication credentials of a connection.static AuthenticationConfigurationPatch.BuilderAuthenticationConfigurationPatch. builder()AuthenticationConfigurationPatch.BuilderAuthenticationConfigurationPatch.Builder. secretArn(String secretArn)The secret ARN of a connection.AuthenticationConfigurationPatch.BuilderAuthenticationConfigurationPatch. toBuilder()Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type AuthenticationConfigurationPatch.Builder Modifier and Type Method Description static Class<? extends AuthenticationConfigurationPatch.Builder>AuthenticationConfigurationPatch. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type AuthenticationConfigurationPatch.Builder Modifier and Type Method Description default GlueConnectionPatch.BuilderGlueConnectionPatch.Builder. authenticationConfiguration(Consumer<AuthenticationConfigurationPatch.Builder> authenticationConfiguration)The authentication configuration of the Amazon Web Services Glue connection patch.
-