Uses of Class
software.amazon.awssdk.services.lightsail.model.GetBucketAccessKeysResponse
-
Packages that use GetBucketAccessKeysResponse 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 GetBucketAccessKeysResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return GetBucketAccessKeysResponse Modifier and Type Method Description default GetBucketAccessKeysResponseLightsailClient. getBucketAccessKeys(Consumer<GetBucketAccessKeysRequest.Builder> getBucketAccessKeysRequest)Returns the existing access key IDs for the specified Amazon Lightsail bucket.default GetBucketAccessKeysResponseLightsailClient. getBucketAccessKeys(GetBucketAccessKeysRequest getBucketAccessKeysRequest)Returns the existing access key IDs for the specified Amazon Lightsail bucket.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type GetBucketAccessKeysResponse Modifier and Type Method Description default CompletableFuture<GetBucketAccessKeysResponse>LightsailAsyncClient. getBucketAccessKeys(Consumer<GetBucketAccessKeysRequest.Builder> getBucketAccessKeysRequest)Returns the existing access key IDs for the specified Amazon Lightsail bucket.default CompletableFuture<GetBucketAccessKeysResponse>LightsailAsyncClient. getBucketAccessKeys(GetBucketAccessKeysRequest getBucketAccessKeysRequest)Returns the existing access key IDs for the specified Amazon Lightsail bucket.
-