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 GetDeliveryDestinationResponse
CloudWatchLogsClient. 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.Builder
GetDeliveryDestinationRequest. builder()
GetDeliveryDestinationRequest.Builder
GetDeliveryDestinationRequest.Builder. name(String name)
The name of the delivery destination that you want to retrieve.GetDeliveryDestinationRequest.Builder
GetDeliveryDestinationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
GetDeliveryDestinationRequest.Builder
GetDeliveryDestinationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
GetDeliveryDestinationRequest.Builder
GetDeliveryDestinationRequest. 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()
-