Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.DeleteDeliveryDestinationPolicyRequest.Builder
Packages that use DeleteDeliveryDestinationPolicyRequest.Builder
Package
Description
You can use Amazon CloudWatch Logs to monitor, store, and access your log files from EC2 instances, CloudTrail, and
other sources.
-
Uses of DeleteDeliveryDestinationPolicyRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type DeleteDeliveryDestinationPolicyRequest.BuilderModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.deleteDeliveryDestinationPolicy(Consumer<DeleteDeliveryDestinationPolicyRequest.Builder> deleteDeliveryDestinationPolicyRequest) Deletes a delivery destination policy.CloudWatchLogsClient.deleteDeliveryDestinationPolicy(Consumer<DeleteDeliveryDestinationPolicyRequest.Builder> deleteDeliveryDestinationPolicyRequest) Deletes a delivery destination policy. -
Uses of DeleteDeliveryDestinationPolicyRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return DeleteDeliveryDestinationPolicyRequest.BuilderModifier and TypeMethodDescriptionDeleteDeliveryDestinationPolicyRequest.builder()DeleteDeliveryDestinationPolicyRequest.Builder.deliveryDestinationName(String deliveryDestinationName) The name of the delivery destination that you want to delete the policy for.DeleteDeliveryDestinationPolicyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DeleteDeliveryDestinationPolicyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DeleteDeliveryDestinationPolicyRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type DeleteDeliveryDestinationPolicyRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeleteDeliveryDestinationPolicyRequest.Builder>DeleteDeliveryDestinationPolicyRequest.serializableBuilderClass()