Uses of Class
software.amazon.awssdk.services.lightsail.model.ResourceReceivingAccess
-
Packages that use ResourceReceivingAccess Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of ResourceReceivingAccess in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type ResourceReceivingAccess Modifier and Type Method Description List<ResourceReceivingAccess>Bucket. resourcesReceivingAccess()An array of objects that describe Lightsail instances that have access to the bucket.Methods in software.amazon.awssdk.services.lightsail.model with parameters of type ResourceReceivingAccess Modifier and Type Method Description Bucket.BuilderBucket.Builder. resourcesReceivingAccess(ResourceReceivingAccess... resourcesReceivingAccess)An array of objects that describe Lightsail instances that have access to the bucket.Method parameters in software.amazon.awssdk.services.lightsail.model with type arguments of type ResourceReceivingAccess Modifier and Type Method Description Bucket.BuilderBucket.Builder. resourcesReceivingAccess(Collection<ResourceReceivingAccess> resourcesReceivingAccess)An array of objects that describe Lightsail instances that have access to the bucket.
-