Uses of Interface
software.amazon.awssdk.services.ec2.model.VerifiedAccessLogCloudWatchLogsDestination.Builder
-
Packages that use VerifiedAccessLogCloudWatchLogsDestination.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of VerifiedAccessLogCloudWatchLogsDestination.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VerifiedAccessLogCloudWatchLogsDestination.Builder Modifier and Type Method Description static VerifiedAccessLogCloudWatchLogsDestination.BuilderVerifiedAccessLogCloudWatchLogsDestination. builder()default VerifiedAccessLogCloudWatchLogsDestination.BuilderVerifiedAccessLogCloudWatchLogsDestination.Builder. deliveryStatus(Consumer<VerifiedAccessLogDeliveryStatus.Builder> deliveryStatus)The delivery status for access logs.VerifiedAccessLogCloudWatchLogsDestination.BuilderVerifiedAccessLogCloudWatchLogsDestination.Builder. deliveryStatus(VerifiedAccessLogDeliveryStatus deliveryStatus)The delivery status for access logs.VerifiedAccessLogCloudWatchLogsDestination.BuilderVerifiedAccessLogCloudWatchLogsDestination.Builder. enabled(Boolean enabled)Indicates whether logging is enabled.VerifiedAccessLogCloudWatchLogsDestination.BuilderVerifiedAccessLogCloudWatchLogsDestination.Builder. logGroup(String logGroup)The ID of the CloudWatch Logs log group.VerifiedAccessLogCloudWatchLogsDestination.BuilderVerifiedAccessLogCloudWatchLogsDestination. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VerifiedAccessLogCloudWatchLogsDestination.Builder Modifier and Type Method Description static Class<? extends VerifiedAccessLogCloudWatchLogsDestination.Builder>VerifiedAccessLogCloudWatchLogsDestination. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type VerifiedAccessLogCloudWatchLogsDestination.Builder Modifier and Type Method Description default VerifiedAccessLogs.BuilderVerifiedAccessLogs.Builder. cloudWatchLogs(Consumer<VerifiedAccessLogCloudWatchLogsDestination.Builder> cloudWatchLogs)CloudWatch Logs logging destination.
-