| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront |
|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListRealtimeLogConfigsResponse> |
CloudFrontAsyncClient.listRealtimeLogConfigs(Consumer<ListRealtimeLogConfigsRequest.Builder> listRealtimeLogConfigsRequest)
Gets a list of real-time log configurations.
|
default ListRealtimeLogConfigsResponse |
CloudFrontClient.listRealtimeLogConfigs(Consumer<ListRealtimeLogConfigsRequest.Builder> listRealtimeLogConfigsRequest)
Gets a list of real-time log configurations.
|
| Modifier and Type | Method and Description |
|---|---|
static ListRealtimeLogConfigsRequest.Builder |
ListRealtimeLogConfigsRequest.builder() |
ListRealtimeLogConfigsRequest.Builder |
ListRealtimeLogConfigsRequest.Builder.marker(String marker)
Use this field when paginating results to indicate where to begin in your list of real-time log
configurations.
|
ListRealtimeLogConfigsRequest.Builder |
ListRealtimeLogConfigsRequest.Builder.maxItems(String maxItems)
The maximum number of real-time log configurations that you want in the response.
|
ListRealtimeLogConfigsRequest.Builder |
ListRealtimeLogConfigsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListRealtimeLogConfigsRequest.Builder |
ListRealtimeLogConfigsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListRealtimeLogConfigsRequest.Builder |
ListRealtimeLogConfigsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListRealtimeLogConfigsRequest.Builder> |
ListRealtimeLogConfigsRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.