Uses of Interface
software.amazon.awssdk.services.datazone.model.GlueOAuth2Credentials.Builder
-
Packages that use GlueOAuth2Credentials.Builder Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of GlueOAuth2Credentials.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return GlueOAuth2Credentials.Builder Modifier and Type Method Description GlueOAuth2Credentials.BuilderGlueOAuth2Credentials.Builder. accessToken(String accessToken)The access token of a connection.static GlueOAuth2Credentials.BuilderGlueOAuth2Credentials. builder()GlueOAuth2Credentials.BuilderGlueOAuth2Credentials.Builder. jwtToken(String jwtToken)The jwt token of the connection.GlueOAuth2Credentials.BuilderGlueOAuth2Credentials.Builder. refreshToken(String refreshToken)The refresh token of the connection.GlueOAuth2Credentials.BuilderGlueOAuth2Credentials. toBuilder()GlueOAuth2Credentials.BuilderGlueOAuth2Credentials.Builder. userManagedClientApplicationClientSecret(String userManagedClientApplicationClientSecret)The user managed client application client secret of the connection.Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type GlueOAuth2Credentials.Builder Modifier and Type Method Description static Class<? extends GlueOAuth2Credentials.Builder>GlueOAuth2Credentials. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type GlueOAuth2Credentials.Builder Modifier and Type Method Description default OAuth2Properties.BuilderOAuth2Properties.Builder. oAuth2Credentials(Consumer<GlueOAuth2Credentials.Builder> oAuth2Credentials)The OAuth2 credentials of the OAuth2 properties.
-