Uses of Class
software.amazon.awssdk.services.lightsail.model.AccessRules
-
Packages that use AccessRules Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of AccessRules in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return AccessRules Modifier and Type Method Description AccessRulesBucket. accessRules()An object that describes the access rules of the bucket.AccessRulesUpdateBucketRequest. accessRules()An object that sets the public accessibility of objects in the specified bucket.Methods in software.amazon.awssdk.services.lightsail.model with parameters of type AccessRules Modifier and Type Method Description Bucket.BuilderBucket.Builder. accessRules(AccessRules accessRules)An object that describes the access rules of the bucket.UpdateBucketRequest.BuilderUpdateBucketRequest.Builder. accessRules(AccessRules accessRules)An object that sets the public accessibility of objects in the specified bucket.
-