Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.DescribeConfigurationTemplatesRequest.Builder
Packages that use DescribeConfigurationTemplatesRequest.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 DescribeConfigurationTemplatesRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type DescribeConfigurationTemplatesRequest.BuilderModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.describeConfigurationTemplates(Consumer<DescribeConfigurationTemplatesRequest.Builder> describeConfigurationTemplatesRequest) Use this operation to return the valid and default values that are used when creating delivery sources, delivery destinations, and deliveries.CloudWatchLogsClient.describeConfigurationTemplates(Consumer<DescribeConfigurationTemplatesRequest.Builder> describeConfigurationTemplatesRequest) Use this operation to return the valid and default values that are used when creating delivery sources, delivery destinations, and deliveries.CloudWatchLogsAsyncClient.describeConfigurationTemplatesPaginator(Consumer<DescribeConfigurationTemplatesRequest.Builder> describeConfigurationTemplatesRequest) CloudWatchLogsClient.describeConfigurationTemplatesPaginator(Consumer<DescribeConfigurationTemplatesRequest.Builder> describeConfigurationTemplatesRequest) -
Uses of DescribeConfigurationTemplatesRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return DescribeConfigurationTemplatesRequest.BuilderModifier and TypeMethodDescriptionDescribeConfigurationTemplatesRequest.builder()DescribeConfigurationTemplatesRequest.Builder.deliveryDestinationTypes(Collection<DeliveryDestinationType> deliveryDestinationTypes) Use this parameter to filter the response to include only the configuration templates that apply to the delivery destination types that you specify here.DescribeConfigurationTemplatesRequest.Builder.deliveryDestinationTypes(DeliveryDestinationType... deliveryDestinationTypes) Use this parameter to filter the response to include only the configuration templates that apply to the delivery destination types that you specify here.DescribeConfigurationTemplatesRequest.Builder.deliveryDestinationTypesWithStrings(String... deliveryDestinationTypes) Use this parameter to filter the response to include only the configuration templates that apply to the delivery destination types that you specify here.DescribeConfigurationTemplatesRequest.Builder.deliveryDestinationTypesWithStrings(Collection<String> deliveryDestinationTypes) Use this parameter to filter the response to include only the configuration templates that apply to the delivery destination types that you specify here.Use this parameter to limit the number of configuration templates that are returned in the response.Use this parameter to filter the response to include only the configuration templates that apply to the log types that you specify here.DescribeConfigurationTemplatesRequest.Builder.logTypes(Collection<String> logTypes) Use this parameter to filter the response to include only the configuration templates that apply to the log types that you specify here.Sets the value of the NextToken property for this object.DescribeConfigurationTemplatesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DescribeConfigurationTemplatesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DescribeConfigurationTemplatesRequest.Builder.resourceTypes(String... resourceTypes) Use this parameter to filter the response to include only the configuration templates that apply to the resource types that you specify here.DescribeConfigurationTemplatesRequest.Builder.resourceTypes(Collection<String> resourceTypes) Use this parameter to filter the response to include only the configuration templates that apply to the resource types that you specify here.Use this parameter to filter the response to include only the configuration templates that apply to the Amazon Web Services service that you specify here.DescribeConfigurationTemplatesRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type DescribeConfigurationTemplatesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeConfigurationTemplatesRequest.Builder>DescribeConfigurationTemplatesRequest.serializableBuilderClass()