Uses of Class
software.amazon.awssdk.services.ec2.model.VerifiedAccessLogDeliveryStatus
Packages that use VerifiedAccessLogDeliveryStatus
-
Uses of VerifiedAccessLogDeliveryStatus in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VerifiedAccessLogDeliveryStatusModifier and TypeMethodDescriptionVerifiedAccessLogCloudWatchLogsDestination.deliveryStatus()The delivery status for access logs.VerifiedAccessLogKinesisDataFirehoseDestination.deliveryStatus()The delivery status.VerifiedAccessLogS3Destination.deliveryStatus()The delivery status.Methods in software.amazon.awssdk.services.ec2.model with parameters of type VerifiedAccessLogDeliveryStatusModifier and TypeMethodDescriptionVerifiedAccessLogCloudWatchLogsDestination.Builder.deliveryStatus(VerifiedAccessLogDeliveryStatus deliveryStatus) The delivery status for access logs.VerifiedAccessLogKinesisDataFirehoseDestination.Builder.deliveryStatus(VerifiedAccessLogDeliveryStatus deliveryStatus) The delivery status.VerifiedAccessLogS3Destination.Builder.deliveryStatus(VerifiedAccessLogDeliveryStatus deliveryStatus) The delivery status.