Uses of Class
software.amazon.awssdk.services.ssoadmin.model.UpdatePermissionSetResponse
-
Packages that use UpdatePermissionSetResponse 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 UpdatePermissionSetResponse in software.amazon.awssdk.services.ssoadmin
Methods in software.amazon.awssdk.services.ssoadmin that return UpdatePermissionSetResponse Modifier and Type Method Description default UpdatePermissionSetResponseSsoAdminClient. updatePermissionSet(Consumer<UpdatePermissionSetRequest.Builder> updatePermissionSetRequest)Updates an existing permission set.default UpdatePermissionSetResponseSsoAdminClient. updatePermissionSet(UpdatePermissionSetRequest updatePermissionSetRequest)Updates an existing permission set.Methods in software.amazon.awssdk.services.ssoadmin that return types with arguments of type UpdatePermissionSetResponse Modifier and Type Method Description default CompletableFuture<UpdatePermissionSetResponse>SsoAdminAsyncClient. updatePermissionSet(Consumer<UpdatePermissionSetRequest.Builder> updatePermissionSetRequest)Updates an existing permission set.default CompletableFuture<UpdatePermissionSetResponse>SsoAdminAsyncClient. updatePermissionSet(UpdatePermissionSetRequest updatePermissionSetRequest)Updates an existing permission set.
-