Uses of Class
software.amazon.awssdk.services.ssoadmin.model.PutApplicationAccessScopeResponse
-
Packages that use PutApplicationAccessScopeResponse 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 PutApplicationAccessScopeResponse in software.amazon.awssdk.services.ssoadmin
Methods in software.amazon.awssdk.services.ssoadmin that return PutApplicationAccessScopeResponse Modifier and Type Method Description default PutApplicationAccessScopeResponseSsoAdminClient. putApplicationAccessScope(Consumer<PutApplicationAccessScopeRequest.Builder> putApplicationAccessScopeRequest)Adds or updates the list of authorized targets for an IAM Identity Center access scope for an application.default PutApplicationAccessScopeResponseSsoAdminClient. putApplicationAccessScope(PutApplicationAccessScopeRequest putApplicationAccessScopeRequest)Adds or updates the list of 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 PutApplicationAccessScopeResponse Modifier and Type Method Description default CompletableFuture<PutApplicationAccessScopeResponse>SsoAdminAsyncClient. putApplicationAccessScope(Consumer<PutApplicationAccessScopeRequest.Builder> putApplicationAccessScopeRequest)Adds or updates the list of authorized targets for an IAM Identity Center access scope for an application.default CompletableFuture<PutApplicationAccessScopeResponse>SsoAdminAsyncClient. putApplicationAccessScope(PutApplicationAccessScopeRequest putApplicationAccessScopeRequest)Adds or updates the list of authorized targets for an IAM Identity Center access scope for an application.
-