Uses of Interface
software.amazon.awscdk.services.events.CfnConnection.AuthParametersProperty
Packages that use CfnConnection.AuthParametersProperty
-
Uses of CfnConnection.AuthParametersProperty in software.amazon.awscdk.services.events
Classes in software.amazon.awscdk.services.events that implement CfnConnection.AuthParametersPropertyModifier and TypeClassDescriptionstatic final class
An implementation forCfnConnection.AuthParametersProperty
Methods in software.amazon.awscdk.services.events that return CfnConnection.AuthParametersPropertyModifier and TypeMethodDescriptionCfnConnection.AuthParametersProperty.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.events with parameters of type CfnConnection.AuthParametersPropertyModifier and TypeMethodDescriptionCfnConnection.Builder.authParameters
(CfnConnection.AuthParametersProperty authParameters) The authorization parameters to use to authorize with the endpoint.CfnConnectionProps.Builder.authParameters
(CfnConnection.AuthParametersProperty authParameters) Sets the value ofCfnConnectionProps.getAuthParameters()
void
CfnConnection.setAuthParameters
(CfnConnection.AuthParametersProperty value) The authorization parameters to use to authorize with the endpoint.