Uses of Interface
software.amazon.awssdk.services.cloudfront.model.ListRealtimeLogConfigsRequest.Builder
-
Packages that use ListRealtimeLogConfigsRequest.Builder Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront software.amazon.awssdk.services.cloudfront.model -
-
Uses of ListRealtimeLogConfigsRequest.Builder in software.amazon.awssdk.services.cloudfront
Method parameters in software.amazon.awssdk.services.cloudfront with type arguments of type ListRealtimeLogConfigsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListRealtimeLogConfigsResponse>CloudFrontAsyncClient. listRealtimeLogConfigs(Consumer<ListRealtimeLogConfigsRequest.Builder> listRealtimeLogConfigsRequest)Gets a list of real-time log configurations.default ListRealtimeLogConfigsResponseCloudFrontClient. listRealtimeLogConfigs(Consumer<ListRealtimeLogConfigsRequest.Builder> listRealtimeLogConfigsRequest)Gets a list of real-time log configurations. -
Uses of ListRealtimeLogConfigsRequest.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return ListRealtimeLogConfigsRequest.Builder Modifier and Type Method Description static ListRealtimeLogConfigsRequest.BuilderListRealtimeLogConfigsRequest. builder()ListRealtimeLogConfigsRequest.BuilderListRealtimeLogConfigsRequest.Builder. marker(String marker)Use this field when paginating results to indicate where to begin in your list of real-time log configurations.ListRealtimeLogConfigsRequest.BuilderListRealtimeLogConfigsRequest.Builder. maxItems(String maxItems)The maximum number of real-time log configurations that you want in the response.ListRealtimeLogConfigsRequest.BuilderListRealtimeLogConfigsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListRealtimeLogConfigsRequest.BuilderListRealtimeLogConfigsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListRealtimeLogConfigsRequest.BuilderListRealtimeLogConfigsRequest. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type ListRealtimeLogConfigsRequest.Builder Modifier and Type Method Description static Class<? extends ListRealtimeLogConfigsRequest.Builder>ListRealtimeLogConfigsRequest. serializableBuilderClass()
-