Uses of Class
software.amazon.awssdk.services.lookoutequipment.model.DeleteResourcePolicyResponse
-
Packages that use DeleteResourcePolicyResponse Package Description software.amazon.awssdk.services.lookoutequipment Amazon Lookout for Equipment is a machine learning service that uses advanced analytics to identify anomalies in machines from sensor data for use in predictive maintenance. -
-
Uses of DeleteResourcePolicyResponse in software.amazon.awssdk.services.lookoutequipment
Methods in software.amazon.awssdk.services.lookoutequipment that return DeleteResourcePolicyResponse Modifier and Type Method Description default DeleteResourcePolicyResponseLookoutEquipmentClient. deleteResourcePolicy(Consumer<DeleteResourcePolicyRequest.Builder> deleteResourcePolicyRequest)Deletes the resource policy attached to the resource.default DeleteResourcePolicyResponseLookoutEquipmentClient. deleteResourcePolicy(DeleteResourcePolicyRequest deleteResourcePolicyRequest)Deletes the resource policy attached to the resource.Methods in software.amazon.awssdk.services.lookoutequipment that return types with arguments of type DeleteResourcePolicyResponse Modifier and Type Method Description default CompletableFuture<DeleteResourcePolicyResponse>LookoutEquipmentAsyncClient. deleteResourcePolicy(Consumer<DeleteResourcePolicyRequest.Builder> deleteResourcePolicyRequest)Deletes the resource policy attached to the resource.default CompletableFuture<DeleteResourcePolicyResponse>LookoutEquipmentAsyncClient. deleteResourcePolicy(DeleteResourcePolicyRequest deleteResourcePolicyRequest)Deletes the resource policy attached to the resource.
-