Uses of Class
software.amazon.awssdk.services.ivschat.model.S3DestinationConfiguration
-
Packages that use S3DestinationConfiguration Package Description software.amazon.awssdk.services.ivschat.model -
-
Uses of S3DestinationConfiguration in software.amazon.awssdk.services.ivschat.model
Methods in software.amazon.awssdk.services.ivschat.model that return S3DestinationConfiguration Modifier and Type Method Description S3DestinationConfigurationDestinationConfiguration. s3()An Amazon S3 destination configuration where chat activity will be logged.Methods in software.amazon.awssdk.services.ivschat.model with parameters of type S3DestinationConfiguration Modifier and Type Method Description static DestinationConfigurationDestinationConfiguration. fromS3(S3DestinationConfiguration s3)Create an instance of this class withDestinationConfiguration.s3()initialized to the given value.DestinationConfiguration.BuilderDestinationConfiguration.Builder. s3(S3DestinationConfiguration s3)An Amazon S3 destination configuration where chat activity will be logged.
-