Uses of Interface
software.amazon.awscdk.services.rekognition.CfnStreamProcessor.S3DestinationProperty
Packages that use CfnStreamProcessor.S3DestinationProperty
-
Uses of CfnStreamProcessor.S3DestinationProperty in software.amazon.awscdk.services.rekognition
Classes in software.amazon.awscdk.services.rekognition that implement CfnStreamProcessor.S3DestinationPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnStreamProcessor.S3DestinationPropertyMethods in software.amazon.awscdk.services.rekognition that return CfnStreamProcessor.S3DestinationPropertyModifier and TypeMethodDescriptionCfnStreamProcessor.S3DestinationProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.rekognition with parameters of type CfnStreamProcessor.S3DestinationPropertyModifier and TypeMethodDescriptionCfnStreamProcessor.Builder.s3Destination(CfnStreamProcessor.S3DestinationProperty s3Destination) The Amazon S3 bucket location to which Amazon Rekognition publishes the detailed inference results of a video analysis operation.CfnStreamProcessorProps.Builder.s3Destination(CfnStreamProcessor.S3DestinationProperty s3Destination) Sets the value ofCfnStreamProcessorProps.getS3Destination()voidCfnStreamProcessor.setS3Destination(CfnStreamProcessor.S3DestinationProperty value) The Amazon S3 bucket location to which Amazon Rekognition publishes the detailed inference results of a video analysis operation.