Uses of Interface
software.amazon.awssdk.services.cloudfront.model.GetRealtimeLogConfigRequest.Builder
-
Packages that use GetRealtimeLogConfigRequest.Builder Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront software.amazon.awssdk.services.cloudfront.model -
-
Uses of GetRealtimeLogConfigRequest.Builder in software.amazon.awssdk.services.cloudfront
Method parameters in software.amazon.awssdk.services.cloudfront with type arguments of type GetRealtimeLogConfigRequest.Builder Modifier and Type Method Description default CompletableFuture<GetRealtimeLogConfigResponse>CloudFrontAsyncClient. getRealtimeLogConfig(Consumer<GetRealtimeLogConfigRequest.Builder> getRealtimeLogConfigRequest)Gets a real-time log configuration.default GetRealtimeLogConfigResponseCloudFrontClient. getRealtimeLogConfig(Consumer<GetRealtimeLogConfigRequest.Builder> getRealtimeLogConfigRequest)Gets a real-time log configuration. -
Uses of GetRealtimeLogConfigRequest.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return GetRealtimeLogConfigRequest.Builder Modifier and Type Method Description GetRealtimeLogConfigRequest.BuilderGetRealtimeLogConfigRequest.Builder. arn(String arn)The Amazon Resource Name (ARN) of the real-time log configuration to get.static GetRealtimeLogConfigRequest.BuilderGetRealtimeLogConfigRequest. builder()GetRealtimeLogConfigRequest.BuilderGetRealtimeLogConfigRequest.Builder. name(String name)The name of the real-time log configuration to get.GetRealtimeLogConfigRequest.BuilderGetRealtimeLogConfigRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetRealtimeLogConfigRequest.BuilderGetRealtimeLogConfigRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetRealtimeLogConfigRequest.BuilderGetRealtimeLogConfigRequest. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type GetRealtimeLogConfigRequest.Builder Modifier and Type Method Description static Class<? extends GetRealtimeLogConfigRequest.Builder>GetRealtimeLogConfigRequest. serializableBuilderClass()
-