Uses of Class
software.amazon.awssdk.services.lightsail.model.ResourceBucketAccess
-
Packages that use ResourceBucketAccess Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of ResourceBucketAccess in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return ResourceBucketAccess Modifier and Type Method Description ResourceBucketAccessSetResourceAccessForBucketRequest. access()The access setting.static ResourceBucketAccessResourceBucketAccess. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ResourceBucketAccessResourceBucketAccess. valueOf(String name)Returns the enum constant of this type with the specified name.static ResourceBucketAccess[]ResourceBucketAccess. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type ResourceBucketAccess Modifier and Type Method Description static Set<ResourceBucketAccess>ResourceBucketAccess. knownValues()Methods in software.amazon.awssdk.services.lightsail.model with parameters of type ResourceBucketAccess Modifier and Type Method Description SetResourceAccessForBucketRequest.BuilderSetResourceAccessForBucketRequest.Builder. access(ResourceBucketAccess access)The access setting.
-