Uses of Interface
software.amazon.awssdk.services.eventbridge.model.CreateConnectionBasicAuthRequestParameters.Builder
Packages that use CreateConnectionBasicAuthRequestParameters.Builder
-
Uses of CreateConnectionBasicAuthRequestParameters.Builder in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return CreateConnectionBasicAuthRequestParameters.BuilderModifier and TypeMethodDescriptionCreateConnectionBasicAuthRequestParameters.builder()The password associated with the user name to use for Basic authorization.CreateConnectionBasicAuthRequestParameters.toBuilder()The user name to use for Basic authorization.Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type CreateConnectionBasicAuthRequestParameters.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateConnectionBasicAuthRequestParameters.Builder>CreateConnectionBasicAuthRequestParameters.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.eventbridge.model with type arguments of type CreateConnectionBasicAuthRequestParameters.BuilderModifier and TypeMethodDescriptionCreateConnectionAuthRequestParameters.Builder.basicAuthParameters(Consumer<CreateConnectionBasicAuthRequestParameters.Builder> basicAuthParameters) The Basic authorization parameters to use for the connection.