Uses of Interface
software.amazon.awssdk.services.appfabric.model.AuthRequest.Builder
-
Packages that use AuthRequest.Builder Package Description software.amazon.awssdk.services.appfabric.model -
-
Uses of AuthRequest.Builder in software.amazon.awssdk.services.appfabric.model
Methods in software.amazon.awssdk.services.appfabric.model that return AuthRequest.Builder Modifier and Type Method Description static AuthRequest.BuilderAuthRequest. builder()AuthRequest.BuilderAuthRequest.Builder. code(String code)The authorization code returned by the application after permission is granted in the application OAuth page (after clicking on the AuthURL).AuthRequest.BuilderAuthRequest.Builder. redirectUri(String redirectUri)The redirect URL that is specified in the AuthURL and the application client.AuthRequest.BuilderAuthRequest. toBuilder()Methods in software.amazon.awssdk.services.appfabric.model that return types with arguments of type AuthRequest.Builder Modifier and Type Method Description static Class<? extends AuthRequest.Builder>AuthRequest. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appfabric.model with type arguments of type AuthRequest.Builder Modifier and Type Method Description default ConnectAppAuthorizationRequest.BuilderConnectAppAuthorizationRequest.Builder. authRequest(Consumer<AuthRequest.Builder> authRequest)Contains OAuth2 authorization information.
-