Uses of Interface
software.amazon.awssdk.services.appflow.model.OAuth2Credentials.Builder
-
Packages that use OAuth2Credentials.Builder Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of OAuth2Credentials.Builder in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return OAuth2Credentials.Builder Modifier and Type Method Description OAuth2Credentials.BuilderOAuth2Credentials.Builder. accessToken(String accessToken)The access token used to access the connector on your behalf.static OAuth2Credentials.BuilderOAuth2Credentials. builder()OAuth2Credentials.BuilderOAuth2Credentials.Builder. clientId(String clientId)The identifier for the desired client.OAuth2Credentials.BuilderOAuth2Credentials.Builder. clientSecret(String clientSecret)The client secret used by the OAuth client to authenticate to the authorization server.default OAuth2Credentials.BuilderOAuth2Credentials.Builder. oAuthRequest(Consumer<ConnectorOAuthRequest.Builder> oAuthRequest)Sets the value of the OAuthRequest property for this object.OAuth2Credentials.BuilderOAuth2Credentials.Builder. oAuthRequest(ConnectorOAuthRequest oAuthRequest)Sets the value of the OAuthRequest property for this object.OAuth2Credentials.BuilderOAuth2Credentials.Builder. refreshToken(String refreshToken)The refresh token used to refresh an expired access token.OAuth2Credentials.BuilderOAuth2Credentials. toBuilder()Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type OAuth2Credentials.Builder Modifier and Type Method Description static Class<? extends OAuth2Credentials.Builder>OAuth2Credentials. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type OAuth2Credentials.Builder Modifier and Type Method Description default CustomConnectorProfileCredentials.BuilderCustomConnectorProfileCredentials.Builder. oauth2(Consumer<OAuth2Credentials.Builder> oauth2)The OAuth 2.0 credentials required for the authentication of the user.default ServiceNowConnectorProfileCredentials.BuilderServiceNowConnectorProfileCredentials.Builder. oAuth2Credentials(Consumer<OAuth2Credentials.Builder> oAuth2Credentials)The OAuth 2.0 credentials required to authenticate the user.
-