Uses of Class
software.amazon.awssdk.services.eventbridge.model.ConnectivityResourceParameters
Packages that use ConnectivityResourceParameters
-
Uses of ConnectivityResourceParameters in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return ConnectivityResourceParametersModifier and TypeMethodDescriptionCreateConnectionAuthRequestParameters.connectivityParameters()If you specify a private OAuth endpoint, the parameters for EventBridge to use when authenticating against the endpoint.UpdateConnectionAuthRequestParameters.connectivityParameters()If you specify a private OAuth endpoint, the parameters for EventBridge to use when authenticating against the endpoint.CreateConnectionRequest.invocationConnectivityParameters()For connections to private APIs, the parameters to use for invoking the API.UpdateConnectionRequest.invocationConnectivityParameters()For connections to private APIs, the parameters to use for invoking the API.Methods in software.amazon.awssdk.services.eventbridge.model with parameters of type ConnectivityResourceParametersModifier and TypeMethodDescriptionCreateConnectionAuthRequestParameters.Builder.connectivityParameters(ConnectivityResourceParameters connectivityParameters) If you specify a private OAuth endpoint, the parameters for EventBridge to use when authenticating against the endpoint.UpdateConnectionAuthRequestParameters.Builder.connectivityParameters(ConnectivityResourceParameters connectivityParameters) If you specify a private OAuth endpoint, the parameters for EventBridge to use when authenticating against the endpoint.CreateConnectionRequest.Builder.invocationConnectivityParameters(ConnectivityResourceParameters invocationConnectivityParameters) For connections to private APIs, the parameters to use for invoking the API.UpdateConnectionRequest.Builder.invocationConnectivityParameters(ConnectivityResourceParameters invocationConnectivityParameters) For connections to private APIs, the parameters to use for invoking the API.