Uses of Class
software.amazon.awssdk.services.lightsail.model.SetResourceAccessForBucketResponse
-
Packages that use SetResourceAccessForBucketResponse Package Description software.amazon.awssdk.services.lightsail Amazon Lightsail is the easiest way to get started with Amazon Web Services (Amazon Web Services) for developers who need to build websites or web applications. -
-
Uses of SetResourceAccessForBucketResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return SetResourceAccessForBucketResponse Modifier and Type Method Description default SetResourceAccessForBucketResponseLightsailClient. setResourceAccessForBucket(Consumer<SetResourceAccessForBucketRequest.Builder> setResourceAccessForBucketRequest)Sets the Amazon Lightsail resources that can access the specified Lightsail bucket.default SetResourceAccessForBucketResponseLightsailClient. setResourceAccessForBucket(SetResourceAccessForBucketRequest setResourceAccessForBucketRequest)Sets the Amazon Lightsail resources that can access the specified Lightsail bucket.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type SetResourceAccessForBucketResponse Modifier and Type Method Description default CompletableFuture<SetResourceAccessForBucketResponse>LightsailAsyncClient. setResourceAccessForBucket(Consumer<SetResourceAccessForBucketRequest.Builder> setResourceAccessForBucketRequest)Sets the Amazon Lightsail resources that can access the specified Lightsail bucket.default CompletableFuture<SetResourceAccessForBucketResponse>LightsailAsyncClient. setResourceAccessForBucket(SetResourceAccessForBucketRequest setResourceAccessForBucketRequest)Sets the Amazon Lightsail resources that can access the specified Lightsail bucket.
-