Uses of Class
software.amazon.awssdk.services.ec2.model.VerifiedAccessLogDeliveryStatus
-
Packages that use VerifiedAccessLogDeliveryStatus Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of VerifiedAccessLogDeliveryStatus in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VerifiedAccessLogDeliveryStatus Modifier and Type Method Description VerifiedAccessLogDeliveryStatusVerifiedAccessLogCloudWatchLogsDestination. deliveryStatus()The delivery status for access logs.VerifiedAccessLogDeliveryStatusVerifiedAccessLogKinesisDataFirehoseDestination. deliveryStatus()The delivery status.VerifiedAccessLogDeliveryStatusVerifiedAccessLogS3Destination. deliveryStatus()The delivery status.Methods in software.amazon.awssdk.services.ec2.model with parameters of type VerifiedAccessLogDeliveryStatus Modifier and Type Method Description VerifiedAccessLogCloudWatchLogsDestination.BuilderVerifiedAccessLogCloudWatchLogsDestination.Builder. deliveryStatus(VerifiedAccessLogDeliveryStatus deliveryStatus)The delivery status for access logs.VerifiedAccessLogKinesisDataFirehoseDestination.BuilderVerifiedAccessLogKinesisDataFirehoseDestination.Builder. deliveryStatus(VerifiedAccessLogDeliveryStatus deliveryStatus)The delivery status.VerifiedAccessLogS3Destination.BuilderVerifiedAccessLogS3Destination.Builder. deliveryStatus(VerifiedAccessLogDeliveryStatus deliveryStatus)The delivery status.
-