Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.GetDeliveryDestinationRequest.Builder
-
Packages that use GetDeliveryDestinationRequest.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 GetDeliveryDestinationRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type GetDeliveryDestinationRequest.Builder Modifier and Type Method Description default CompletableFuture<GetDeliveryDestinationResponse>CloudWatchLogsAsyncClient. getDeliveryDestination(Consumer<GetDeliveryDestinationRequest.Builder> getDeliveryDestinationRequest)Retrieves complete information about one delivery destination.default GetDeliveryDestinationResponseCloudWatchLogsClient. getDeliveryDestination(Consumer<GetDeliveryDestinationRequest.Builder> getDeliveryDestinationRequest)Retrieves complete information about one delivery destination. -
Uses of GetDeliveryDestinationRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return GetDeliveryDestinationRequest.Builder Modifier and Type Method Description static GetDeliveryDestinationRequest.BuilderGetDeliveryDestinationRequest. builder()GetDeliveryDestinationRequest.BuilderGetDeliveryDestinationRequest.Builder. name(String name)The name of the delivery destination that you want to retrieve.GetDeliveryDestinationRequest.BuilderGetDeliveryDestinationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDeliveryDestinationRequest.BuilderGetDeliveryDestinationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDeliveryDestinationRequest.BuilderGetDeliveryDestinationRequest. toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type GetDeliveryDestinationRequest.Builder Modifier and Type Method Description static Class<? extends GetDeliveryDestinationRequest.Builder>GetDeliveryDestinationRequest. serializableBuilderClass()
-