Uses of Interface
software.amazon.awssdk.services.sso.model.LogoutRequest.Builder
Packages that use LogoutRequest.Builder
Package
Description
AWS IAM Identity Center (successor to AWS Single Sign-On) Portal is a web service that makes it easy for you to
assign user access to IAM Identity Center resources such as the AWS access portal.
-
Uses of LogoutRequest.Builder in software.amazon.awssdk.services.sso
Method parameters in software.amazon.awssdk.services.sso with type arguments of type LogoutRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<LogoutResponse>SsoAsyncClient.logout(Consumer<LogoutRequest.Builder> logoutRequest) Removes the locally stored SSO tokens from the client-side cache and sends an API call to the IAM Identity Center service to invalidate the corresponding server-side IAM Identity Center sign in session.default LogoutResponseSsoClient.logout(Consumer<LogoutRequest.Builder> logoutRequest) Removes the locally stored SSO tokens from the client-side cache and sends an API call to the IAM Identity Center service to invalidate the corresponding server-side IAM Identity Center sign in session. -
Uses of LogoutRequest.Builder in software.amazon.awssdk.services.sso.model
Methods in software.amazon.awssdk.services.sso.model that return LogoutRequest.BuilderModifier and TypeMethodDescriptionLogoutRequest.Builder.accessToken(String accessToken) The token issued by theCreateTokenAPI call.static LogoutRequest.BuilderLogoutRequest.builder()LogoutRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) LogoutRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) LogoutRequest.toBuilder()Methods in software.amazon.awssdk.services.sso.model that return types with arguments of type LogoutRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends LogoutRequest.Builder>LogoutRequest.serializableBuilderClass()