Uses of Interface
software.amazon.awssdk.services.datazone.model.OAuth2ClientApplication.Builder
-
Packages that use OAuth2ClientApplication.Builder Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of OAuth2ClientApplication.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return OAuth2ClientApplication.Builder Modifier and Type Method Description OAuth2ClientApplication.BuilderOAuth2ClientApplication.Builder. awsManagedClientApplicationReference(String awsManagedClientApplicationReference)The Amazon Web Services managed client application reference in the OAuth2Client application.static OAuth2ClientApplication.BuilderOAuth2ClientApplication. builder()OAuth2ClientApplication.BuilderOAuth2ClientApplication. toBuilder()OAuth2ClientApplication.BuilderOAuth2ClientApplication.Builder. userManagedClientApplicationClientId(String userManagedClientApplicationClientId)The user managed client application client ID in the OAuth2Client application.Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type OAuth2ClientApplication.Builder Modifier and Type Method Description static Class<? extends OAuth2ClientApplication.Builder>OAuth2ClientApplication. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type OAuth2ClientApplication.Builder Modifier and Type Method Description default OAuth2Properties.BuilderOAuth2Properties.Builder. oAuth2ClientApplication(Consumer<OAuth2ClientApplication.Builder> oAuth2ClientApplication)The OAuth2 client application of the OAuth2 properties.
-