Uses of Interface
software.amazon.awssdk.services.eventbridge.model.ConnectionOAuthResponseParameters.Builder
Packages that use ConnectionOAuthResponseParameters.Builder
-
Uses of ConnectionOAuthResponseParameters.Builder in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return ConnectionOAuthResponseParameters.BuilderModifier and TypeMethodDescriptionConnectionOAuthResponseParameters.Builder.authorizationEndpoint(String authorizationEndpoint) The URL to the HTTP endpoint that authorized the request.ConnectionOAuthResponseParameters.builder()ConnectionOAuthResponseParameters.Builder.clientParameters(Consumer<ConnectionOAuthClientResponseParameters.Builder> clientParameters) Details about the client parameters returned when OAuth is specified as the authorization type.ConnectionOAuthResponseParameters.Builder.clientParameters(ConnectionOAuthClientResponseParameters clientParameters) Details about the client parameters returned when OAuth is specified as the authorization type.ConnectionOAuthResponseParameters.Builder.httpMethod(String httpMethod) The method used to connect to the HTTP endpoint.ConnectionOAuthResponseParameters.Builder.httpMethod(ConnectionOAuthHttpMethod httpMethod) The method used to connect to the HTTP endpoint.ConnectionOAuthResponseParameters.Builder.oAuthHttpParameters(Consumer<ConnectionHttpParameters.Builder> oAuthHttpParameters) The additional HTTP parameters used for the OAuth authorization request.ConnectionOAuthResponseParameters.Builder.oAuthHttpParameters(ConnectionHttpParameters oAuthHttpParameters) The additional HTTP parameters used for the OAuth authorization request.ConnectionOAuthResponseParameters.toBuilder()Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type ConnectionOAuthResponseParameters.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ConnectionOAuthResponseParameters.Builder>ConnectionOAuthResponseParameters.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.eventbridge.model with type arguments of type ConnectionOAuthResponseParameters.BuilderModifier and TypeMethodDescriptionConnectionAuthResponseParameters.Builder.oAuthParameters(Consumer<ConnectionOAuthResponseParameters.Builder> oAuthParameters) The OAuth parameters to use for authorization.