Uses of Class
software.amazon.awssdk.services.ssoadmin.model.GetApplicationSessionConfigurationResponse
-
Packages that use GetApplicationSessionConfigurationResponse Package Description software.amazon.awssdk.services.ssoadmin IAM Identity Center is the Amazon Web Services solution for connecting your workforce users to Amazon Web Services managed applications and other Amazon Web Services resources. -
-
Uses of GetApplicationSessionConfigurationResponse in software.amazon.awssdk.services.ssoadmin
Methods in software.amazon.awssdk.services.ssoadmin that return GetApplicationSessionConfigurationResponse Modifier and Type Method Description default GetApplicationSessionConfigurationResponse
SsoAdminClient. getApplicationSessionConfiguration(Consumer<GetApplicationSessionConfigurationRequest.Builder> getApplicationSessionConfigurationRequest)
Retrieves the session configuration for an application in IAM Identity Center.default GetApplicationSessionConfigurationResponse
SsoAdminClient. getApplicationSessionConfiguration(GetApplicationSessionConfigurationRequest getApplicationSessionConfigurationRequest)
Retrieves the session configuration for an application in IAM Identity Center.Methods in software.amazon.awssdk.services.ssoadmin that return types with arguments of type GetApplicationSessionConfigurationResponse Modifier and Type Method Description default CompletableFuture<GetApplicationSessionConfigurationResponse>
SsoAdminAsyncClient. getApplicationSessionConfiguration(Consumer<GetApplicationSessionConfigurationRequest.Builder> getApplicationSessionConfigurationRequest)
Retrieves the session configuration for an application in IAM Identity Center.default CompletableFuture<GetApplicationSessionConfigurationResponse>
SsoAdminAsyncClient. getApplicationSessionConfiguration(GetApplicationSessionConfigurationRequest getApplicationSessionConfigurationRequest)
Retrieves the session configuration for an application in IAM Identity Center.
-