Uses of Class
software.amazon.awssdk.services.eventbridge.model.ConnectivityResourceParameters
-
Packages that use ConnectivityResourceParameters Package Description software.amazon.awssdk.services.eventbridge.model -
-
Uses of ConnectivityResourceParameters in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return ConnectivityResourceParameters Modifier and Type Method Description ConnectivityResourceParametersCreateConnectionAuthRequestParameters. connectivityParameters()If you specify a private OAuth endpoint, the parameters for EventBridge to use when authenticating against the endpoint.ConnectivityResourceParametersUpdateConnectionAuthRequestParameters. connectivityParameters()If you specify a private OAuth endpoint, the parameters for EventBridge to use when authenticating against the endpoint.ConnectivityResourceParametersCreateConnectionRequest. invocationConnectivityParameters()For connections to private APIs, the parameters to use for invoking the API.ConnectivityResourceParametersUpdateConnectionRequest. 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 ConnectivityResourceParameters Modifier and Type Method Description CreateConnectionAuthRequestParameters.BuilderCreateConnectionAuthRequestParameters.Builder. connectivityParameters(ConnectivityResourceParameters connectivityParameters)If you specify a private OAuth endpoint, the parameters for EventBridge to use when authenticating against the endpoint.UpdateConnectionAuthRequestParameters.BuilderUpdateConnectionAuthRequestParameters.Builder. connectivityParameters(ConnectivityResourceParameters connectivityParameters)If you specify a private OAuth endpoint, the parameters for EventBridge to use when authenticating against the endpoint.CreateConnectionRequest.BuilderCreateConnectionRequest.Builder. invocationConnectivityParameters(ConnectivityResourceParameters invocationConnectivityParameters)For connections to private APIs, the parameters to use for invoking the API.UpdateConnectionRequest.BuilderUpdateConnectionRequest.Builder. invocationConnectivityParameters(ConnectivityResourceParameters invocationConnectivityParameters)For connections to private APIs, the parameters to use for invoking the API.
-