Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.DeleteResourcePolicyResponse
-
Packages that use DeleteResourcePolicyResponse Package Description software.amazon.awssdk.services.pinpointsmsvoicev2 Welcome to the AWS End User Messaging SMS and Voice, version 2 API Reference. -
-
Uses of DeleteResourcePolicyResponse in software.amazon.awssdk.services.pinpointsmsvoicev2
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2 that return DeleteResourcePolicyResponse Modifier and Type Method Description default DeleteResourcePolicyResponsePinpointSmsVoiceV2Client. deleteResourcePolicy(Consumer<DeleteResourcePolicyRequest.Builder> deleteResourcePolicyRequest)Deletes the resource-based policy document attached to the AWS End User Messaging SMS and Voice resource.default DeleteResourcePolicyResponsePinpointSmsVoiceV2Client. deleteResourcePolicy(DeleteResourcePolicyRequest deleteResourcePolicyRequest)Deletes the resource-based policy document attached to the AWS End User Messaging SMS and Voice resource.Methods in software.amazon.awssdk.services.pinpointsmsvoicev2 that return types with arguments of type DeleteResourcePolicyResponse Modifier and Type Method Description default CompletableFuture<DeleteResourcePolicyResponse>PinpointSmsVoiceV2AsyncClient. deleteResourcePolicy(Consumer<DeleteResourcePolicyRequest.Builder> deleteResourcePolicyRequest)Deletes the resource-based policy document attached to the AWS End User Messaging SMS and Voice resource.default CompletableFuture<DeleteResourcePolicyResponse>PinpointSmsVoiceV2AsyncClient. deleteResourcePolicy(DeleteResourcePolicyRequest deleteResourcePolicyRequest)Deletes the resource-based policy document attached to the AWS End User Messaging SMS and Voice resource.
-