Uses of Class
software.amazon.awssdk.services.ssoadmin.model.GetApplicationAccessScopeResponse
-
Packages that use GetApplicationAccessScopeResponse Package Description software.amazon.awssdk.services.ssoadmin IAM Identity Center (successor to Single Sign-On) helps you securely create, or connect, your workforce identities and manage their access centrally across Amazon Web Services accounts and applications. -
-
Uses of GetApplicationAccessScopeResponse in software.amazon.awssdk.services.ssoadmin
Methods in software.amazon.awssdk.services.ssoadmin that return GetApplicationAccessScopeResponse Modifier and Type Method Description default GetApplicationAccessScopeResponseSsoAdminClient. getApplicationAccessScope(Consumer<GetApplicationAccessScopeRequest.Builder> getApplicationAccessScopeRequest)Retrieves the authorized targets for an IAM Identity Center access scope for an application.default GetApplicationAccessScopeResponseSsoAdminClient. getApplicationAccessScope(GetApplicationAccessScopeRequest getApplicationAccessScopeRequest)Retrieves the authorized targets for an IAM Identity Center access scope for an application.Methods in software.amazon.awssdk.services.ssoadmin that return types with arguments of type GetApplicationAccessScopeResponse Modifier and Type Method Description default CompletableFuture<GetApplicationAccessScopeResponse>SsoAdminAsyncClient. getApplicationAccessScope(Consumer<GetApplicationAccessScopeRequest.Builder> getApplicationAccessScopeRequest)Retrieves the authorized targets for an IAM Identity Center access scope for an application.default CompletableFuture<GetApplicationAccessScopeResponse>SsoAdminAsyncClient. getApplicationAccessScope(GetApplicationAccessScopeRequest getApplicationAccessScopeRequest)Retrieves the authorized targets for an IAM Identity Center access scope for an application.
-