Uses of Class
software.amazon.awssdk.services.s3.model.AbacStatus
-
Packages that use AbacStatus Package Description software.amazon.awssdk.services.s3.model -
-
Uses of AbacStatus in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return AbacStatus Modifier and Type Method Description AbacStatusGetBucketAbacResponse. abacStatus()The ABAC status of the general purpose bucket.AbacStatusPutBucketAbacRequest. abacStatus()The ABAC status of the general purpose bucket.Methods in software.amazon.awssdk.services.s3.model with parameters of type AbacStatus Modifier and Type Method Description GetBucketAbacResponse.BuilderGetBucketAbacResponse.Builder. abacStatus(AbacStatus abacStatus)The ABAC status of the general purpose bucket.PutBucketAbacRequest.BuilderPutBucketAbacRequest.Builder. abacStatus(AbacStatus abacStatus)The ABAC status of the general purpose bucket.
-