Uses of Class
software.amazon.awssdk.services.cloudfront.model.DeleteRealtimeLogConfigResponse
-
Packages that use DeleteRealtimeLogConfigResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront -
-
Uses of DeleteRealtimeLogConfigResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return DeleteRealtimeLogConfigResponse Modifier and Type Method Description default DeleteRealtimeLogConfigResponseCloudFrontClient. deleteRealtimeLogConfig(Consumer<DeleteRealtimeLogConfigRequest.Builder> deleteRealtimeLogConfigRequest)Deletes a real-time log configuration.default DeleteRealtimeLogConfigResponseCloudFrontClient. deleteRealtimeLogConfig(DeleteRealtimeLogConfigRequest deleteRealtimeLogConfigRequest)Deletes a real-time log configuration.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type DeleteRealtimeLogConfigResponse Modifier and Type Method Description default CompletableFuture<DeleteRealtimeLogConfigResponse>CloudFrontAsyncClient. deleteRealtimeLogConfig(Consumer<DeleteRealtimeLogConfigRequest.Builder> deleteRealtimeLogConfigRequest)Deletes a real-time log configuration.default CompletableFuture<DeleteRealtimeLogConfigResponse>CloudFrontAsyncClient. deleteRealtimeLogConfig(DeleteRealtimeLogConfigRequest deleteRealtimeLogConfigRequest)Deletes a real-time log configuration.
-