Uses of Class
software.amazon.awssdk.services.ssoadmin.model.UpdateInstanceResponse
-
Packages that use UpdateInstanceResponse 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 UpdateInstanceResponse in software.amazon.awssdk.services.ssoadmin
Methods in software.amazon.awssdk.services.ssoadmin that return UpdateInstanceResponse Modifier and Type Method Description default UpdateInstanceResponse
SsoAdminClient. 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 UpdateInstanceResponse
SsoAdminClient. 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.
-