Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.GlobalSignOutRequest.Builder
-
Packages that use GlobalSignOutRequest.Builder Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users.software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of GlobalSignOutRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type GlobalSignOutRequest.Builder Modifier and Type Method Description default CompletableFuture<GlobalSignOutResponse>CognitoIdentityProviderAsyncClient. globalSignOut(Consumer<GlobalSignOutRequest.Builder> globalSignOutRequest)Invalidates the identity, access, and refresh tokens that Amazon Cognito issued to a user.default GlobalSignOutResponseCognitoIdentityProviderClient. globalSignOut(Consumer<GlobalSignOutRequest.Builder> globalSignOutRequest)Invalidates the identity, access, and refresh tokens that Amazon Cognito issued to a user. -
Uses of GlobalSignOutRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return GlobalSignOutRequest.Builder Modifier and Type Method Description GlobalSignOutRequest.BuilderGlobalSignOutRequest.Builder. accessToken(String accessToken)A valid access token that Amazon Cognito issued to the user who you want to sign out.static GlobalSignOutRequest.BuilderGlobalSignOutRequest. builder()GlobalSignOutRequest.BuilderGlobalSignOutRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GlobalSignOutRequest.BuilderGlobalSignOutRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GlobalSignOutRequest.BuilderGlobalSignOutRequest. toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type GlobalSignOutRequest.Builder Modifier and Type Method Description static Class<? extends GlobalSignOutRequest.Builder>GlobalSignOutRequest. serializableBuilderClass()
-