Uses of Class
software.amazon.awssdk.services.ssoadmin.model.UpdateInstanceResponse
-
Packages that use UpdateInstanceResponse 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 UpdateInstanceResponse in software.amazon.awssdk.services.ssoadmin
Methods in software.amazon.awssdk.services.ssoadmin that return UpdateInstanceResponse Modifier and Type Method Description default UpdateInstanceResponseSsoAdminClient. updateInstance(Consumer<UpdateInstanceRequest.Builder> updateInstanceRequest)Update the details for the instance of IAM Identity Center that is owned by the Amazon Web Services account.default UpdateInstanceResponseSsoAdminClient. updateInstance(UpdateInstanceRequest updateInstanceRequest)Update the details for the instance of IAM Identity Center that is owned by the Amazon Web Services account.Methods in software.amazon.awssdk.services.ssoadmin that return types with arguments of type UpdateInstanceResponse Modifier and Type Method Description default CompletableFuture<UpdateInstanceResponse>SsoAdminAsyncClient. updateInstance(Consumer<UpdateInstanceRequest.Builder> updateInstanceRequest)Update the details for the instance of IAM Identity Center that is owned by the Amazon Web Services account.default CompletableFuture<UpdateInstanceResponse>SsoAdminAsyncClient. updateInstance(UpdateInstanceRequest updateInstanceRequest)Update the details for the instance of IAM Identity Center that is owned by the Amazon Web Services account.
-