Uses of Interface
software.amazon.awssdk.services.sso.model.LogoutRequest.Builder
-
Packages that use LogoutRequest.Builder Package Description software.amazon.awssdk.services.sso 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.software.amazon.awssdk.services.sso.model -
-
Uses of LogoutRequest.Builder in software.amazon.awssdk.services.sso
Method parameters in software.amazon.awssdk.services.sso with type arguments of type LogoutRequest.Builder Modifier and Type Method Description default 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.Builder Modifier and Type Method Description LogoutRequest.BuilderLogoutRequest.Builder. accessToken(String accessToken)The token issued by theCreateTokenAPI call.static LogoutRequest.BuilderLogoutRequest. builder()LogoutRequest.BuilderLogoutRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)LogoutRequest.BuilderLogoutRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)LogoutRequest.BuilderLogoutRequest. toBuilder()Methods in software.amazon.awssdk.services.sso.model that return types with arguments of type LogoutRequest.Builder Modifier and Type Method Description static Class<? extends LogoutRequest.Builder>LogoutRequest. serializableBuilderClass()
-