Uses of Class
software.amazon.awssdk.services.redshift.model.S3AccessGrantsScopeUnion
-
Packages that use S3AccessGrantsScopeUnion Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of S3AccessGrantsScopeUnion in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return S3AccessGrantsScopeUnion Modifier and Type Method Description static S3AccessGrantsScopeUnionS3AccessGrantsScopeUnion. fromReadWriteAccess(Consumer<ReadWriteAccess.Builder> readWriteAccess)Create an instance of this class withreadWriteAccess()initialized to the given value.static S3AccessGrantsScopeUnionS3AccessGrantsScopeUnion. fromReadWriteAccess(ReadWriteAccess readWriteAccess)Create an instance of this class withreadWriteAccess()initialized to the given value.Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type S3AccessGrantsScopeUnion Modifier and Type Method Description List<S3AccessGrantsScopeUnion>ServiceIntegrationsUnion. s3AccessGrants()A list of scopes set up for S3 Access Grants integration.Methods in software.amazon.awssdk.services.redshift.model with parameters of type S3AccessGrantsScopeUnion Modifier and Type Method Description ServiceIntegrationsUnion.BuilderServiceIntegrationsUnion.Builder. s3AccessGrants(S3AccessGrantsScopeUnion... s3AccessGrants)A list of scopes set up for S3 Access Grants integration.Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type S3AccessGrantsScopeUnion Modifier and Type Method Description static ServiceIntegrationsUnionServiceIntegrationsUnion. fromS3AccessGrants(List<S3AccessGrantsScopeUnion> s3AccessGrants)Create an instance of this class withServiceIntegrationsUnion.s3AccessGrants()initialized to the given value.ServiceIntegrationsUnion.BuilderServiceIntegrationsUnion.Builder. s3AccessGrants(Collection<S3AccessGrantsScopeUnion> s3AccessGrants)A list of scopes set up for S3 Access Grants integration.
-