Uses of Class
software.amazon.awssdk.services.cleanrooms.model.ProtectedQueryS3Output
-
Packages that use ProtectedQueryS3Output Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of ProtectedQueryS3Output in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return ProtectedQueryS3Output Modifier and Type Method Description ProtectedQueryS3OutputProtectedQueryOutput. s3()If present, the output for a protected query with an `S3` output type.Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type ProtectedQueryS3Output Modifier and Type Method Description static ProtectedQueryOutputProtectedQueryOutput. fromS3(ProtectedQueryS3Output s3)Create an instance of this class withProtectedQueryOutput.s3()initialized to the given value.ProtectedQueryOutput.BuilderProtectedQueryOutput.Builder. s3(ProtectedQueryS3Output s3)If present, the output for a protected query with an `S3` output type.
-