Uses of Class
software.amazon.awssdk.services.iotsitewise.model.UpdateAccessPolicyResponse
-
Packages that use UpdateAccessPolicyResponse Package Description software.amazon.awssdk.services.iotsitewise Welcome to the IoT SiteWise API Reference. -
-
Uses of UpdateAccessPolicyResponse in software.amazon.awssdk.services.iotsitewise
Methods in software.amazon.awssdk.services.iotsitewise that return UpdateAccessPolicyResponse Modifier and Type Method Description default UpdateAccessPolicyResponseIoTSiteWiseClient. updateAccessPolicy(Consumer<UpdateAccessPolicyRequest.Builder> updateAccessPolicyRequest)Updates an existing access policy that specifies an identity's access to an IoT SiteWise Monitor portal or project resource.default UpdateAccessPolicyResponseIoTSiteWiseClient. updateAccessPolicy(UpdateAccessPolicyRequest updateAccessPolicyRequest)Updates an existing access policy that specifies an identity's access to an IoT SiteWise Monitor portal or project resource.Methods in software.amazon.awssdk.services.iotsitewise that return types with arguments of type UpdateAccessPolicyResponse Modifier and Type Method Description default CompletableFuture<UpdateAccessPolicyResponse>IoTSiteWiseAsyncClient. updateAccessPolicy(Consumer<UpdateAccessPolicyRequest.Builder> updateAccessPolicyRequest)Updates an existing access policy that specifies an identity's access to an IoT SiteWise Monitor portal or project resource.default CompletableFuture<UpdateAccessPolicyResponse>IoTSiteWiseAsyncClient. updateAccessPolicy(UpdateAccessPolicyRequest updateAccessPolicyRequest)Updates an existing access policy that specifies an identity's access to an IoT SiteWise Monitor portal or project resource.
-