Uses of Class
software.amazon.awssdk.services.s3.model.PutBucketAbacRequest
-
Packages that use PutBucketAbacRequest Package Description software.amazon.awssdk.services.s3 software.amazon.awssdk.services.s3.transform -
-
Uses of PutBucketAbacRequest in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 with parameters of type PutBucketAbacRequest Modifier and Type Method Description CompletableFuture<PutBucketAbacResponse>DelegatingS3AsyncClient. putBucketAbac(PutBucketAbacRequest putBucketAbacRequest)Sets the attribute-based access control (ABAC) property of the general purpose bucket.PutBucketAbacResponseDelegatingS3Client. putBucketAbac(PutBucketAbacRequest putBucketAbacRequest)Sets the attribute-based access control (ABAC) property of the general purpose bucket.default CompletableFuture<PutBucketAbacResponse>S3AsyncClient. putBucketAbac(PutBucketAbacRequest putBucketAbacRequest)Sets the attribute-based access control (ABAC) property of the general purpose bucket.default PutBucketAbacResponseS3Client. putBucketAbac(PutBucketAbacRequest putBucketAbacRequest)Sets the attribute-based access control (ABAC) property of the general purpose bucket. -
Uses of PutBucketAbacRequest in software.amazon.awssdk.services.s3.transform
Methods in software.amazon.awssdk.services.s3.transform with parameters of type PutBucketAbacRequest Modifier and Type Method Description SdkHttpFullRequestPutBucketAbacRequestMarshaller. marshall(PutBucketAbacRequest putBucketAbacRequest)
-