Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.GetDeliveryDestinationPolicyRequest.Builder
-
Packages that use GetDeliveryDestinationPolicyRequest.Builder Package Description software.amazon.awssdk.services.cloudwatchlogs You can use Amazon CloudWatch Logs to monitor, store, and access your log files from EC2 instances, CloudTrail, and other sources.software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of GetDeliveryDestinationPolicyRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type GetDeliveryDestinationPolicyRequest.Builder Modifier and Type Method Description default CompletableFuture<GetDeliveryDestinationPolicyResponse>CloudWatchLogsAsyncClient. getDeliveryDestinationPolicy(Consumer<GetDeliveryDestinationPolicyRequest.Builder> getDeliveryDestinationPolicyRequest)Retrieves the delivery destination policy assigned to the delivery destination that you specify.default GetDeliveryDestinationPolicyResponseCloudWatchLogsClient. getDeliveryDestinationPolicy(Consumer<GetDeliveryDestinationPolicyRequest.Builder> getDeliveryDestinationPolicyRequest)Retrieves the delivery destination policy assigned to the delivery destination that you specify. -
Uses of GetDeliveryDestinationPolicyRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return GetDeliveryDestinationPolicyRequest.Builder Modifier and Type Method Description static GetDeliveryDestinationPolicyRequest.BuilderGetDeliveryDestinationPolicyRequest. builder()GetDeliveryDestinationPolicyRequest.BuilderGetDeliveryDestinationPolicyRequest.Builder. deliveryDestinationName(String deliveryDestinationName)The name of the delivery destination that you want to retrieve the policy of.GetDeliveryDestinationPolicyRequest.BuilderGetDeliveryDestinationPolicyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDeliveryDestinationPolicyRequest.BuilderGetDeliveryDestinationPolicyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDeliveryDestinationPolicyRequest.BuilderGetDeliveryDestinationPolicyRequest. toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type GetDeliveryDestinationPolicyRequest.Builder Modifier and Type Method Description static Class<? extends GetDeliveryDestinationPolicyRequest.Builder>GetDeliveryDestinationPolicyRequest. serializableBuilderClass()
-