Uses of Class
software.amazon.awssdk.services.cleanrooms.model.ProtectedQueryS3OutputConfiguration
-
Packages that use ProtectedQueryS3OutputConfiguration Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of ProtectedQueryS3OutputConfiguration in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return ProtectedQueryS3OutputConfiguration Modifier and Type Method Description ProtectedQueryS3OutputConfigurationMembershipProtectedQueryOutputConfiguration. s3()Returns the value of the S3 property for this object.ProtectedQueryS3OutputConfigurationProtectedQueryOutputConfiguration. s3()Required configuration for a protected query with an `S3` output type.Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type ProtectedQueryS3OutputConfiguration Modifier and Type Method Description static MembershipProtectedQueryOutputConfigurationMembershipProtectedQueryOutputConfiguration. fromS3(ProtectedQueryS3OutputConfiguration s3)Create an instance of this class withMembershipProtectedQueryOutputConfiguration.s3()initialized to the given value.static ProtectedQueryOutputConfigurationProtectedQueryOutputConfiguration. fromS3(ProtectedQueryS3OutputConfiguration s3)Create an instance of this class withProtectedQueryOutputConfiguration.s3()initialized to the given value.MembershipProtectedQueryOutputConfiguration.BuilderMembershipProtectedQueryOutputConfiguration.Builder. s3(ProtectedQueryS3OutputConfiguration s3)Sets the value of the S3 property for this object.ProtectedQueryOutputConfiguration.BuilderProtectedQueryOutputConfiguration.Builder. s3(ProtectedQueryS3OutputConfiguration s3)Required configuration for a protected query with an `S3` output type.
-