Uses of Interface
software.amazon.awssdk.services.appflow.model.OAuthCredentials.Builder
-
Packages that use OAuthCredentials.Builder Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of OAuthCredentials.Builder in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return OAuthCredentials.Builder Modifier and Type Method Description OAuthCredentials.BuilderOAuthCredentials.Builder. accessToken(String accessToken)The access token used to access protected SAPOData resources.static OAuthCredentials.BuilderOAuthCredentials. builder()OAuthCredentials.BuilderOAuthCredentials.Builder. clientId(String clientId)The identifier for the desired client.OAuthCredentials.BuilderOAuthCredentials.Builder. clientSecret(String clientSecret)The client secret used by the OAuth client to authenticate to the authorization server.default OAuthCredentials.BuilderOAuthCredentials.Builder. oAuthRequest(Consumer<ConnectorOAuthRequest.Builder> oAuthRequest)The OAuth requirement needed to request security tokens from the connector endpoint.OAuthCredentials.BuilderOAuthCredentials.Builder. oAuthRequest(ConnectorOAuthRequest oAuthRequest)The OAuth requirement needed to request security tokens from the connector endpoint.OAuthCredentials.BuilderOAuthCredentials.Builder. refreshToken(String refreshToken)The refresh token used to refresh expired access token.OAuthCredentials.BuilderOAuthCredentials. toBuilder()Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type OAuthCredentials.Builder Modifier and Type Method Description static Class<? extends OAuthCredentials.Builder>OAuthCredentials. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type OAuthCredentials.Builder Modifier and Type Method Description default SAPODataConnectorProfileCredentials.BuilderSAPODataConnectorProfileCredentials.Builder. oAuthCredentials(Consumer<OAuthCredentials.Builder> oAuthCredentials)The SAPOData OAuth type authentication credentials.
-