Uses of Interface
software.amazon.awssdk.services.s3control.model.S3Grantee.Builder
-
Packages that use S3Grantee.Builder Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of S3Grantee.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return S3Grantee.Builder Modifier and Type Method Description static S3Grantee.BuilderS3Grantee. builder()S3Grantee.BuilderS3Grantee.Builder. displayName(String displayName)S3Grantee.BuilderS3Grantee.Builder. identifier(String identifier)S3Grantee.BuilderS3Grantee. toBuilder()S3Grantee.BuilderS3Grantee.Builder. typeIdentifier(String typeIdentifier)S3Grantee.BuilderS3Grantee.Builder. typeIdentifier(S3GranteeTypeIdentifier typeIdentifier)Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type S3Grantee.Builder Modifier and Type Method Description static Class<? extends S3Grantee.Builder>S3Grantee. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3control.model with type arguments of type S3Grantee.Builder Modifier and Type Method Description default S3Grant.BuilderS3Grant.Builder. grantee(Consumer<S3Grantee.Builder> grantee)This is a convenience method that creates an instance of theS3Grantee.Builderavoiding the need to create one manually viaS3Grantee.builder().
-