Uses of Class
software.amazon.awssdk.services.lightsail.model.AccessKey
-
Packages that use AccessKey Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of AccessKey in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return AccessKey Modifier and Type Method Description AccessKeyCreateBucketAccessKeyResponse. accessKey()An object that describes the access key that is created.Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type AccessKey Modifier and Type Method Description List<AccessKey>GetBucketAccessKeysResponse. accessKeys()An object that describes the access keys for the specified bucket.Methods in software.amazon.awssdk.services.lightsail.model with parameters of type AccessKey Modifier and Type Method Description CreateBucketAccessKeyResponse.BuilderCreateBucketAccessKeyResponse.Builder. accessKey(AccessKey accessKey)An object that describes the access key that is created.GetBucketAccessKeysResponse.BuilderGetBucketAccessKeysResponse.Builder. accessKeys(AccessKey... accessKeys)An object that describes the access keys for the specified bucket.Method parameters in software.amazon.awssdk.services.lightsail.model with type arguments of type AccessKey Modifier and Type Method Description GetBucketAccessKeysResponse.BuilderGetBucketAccessKeysResponse.Builder. accessKeys(Collection<AccessKey> accessKeys)An object that describes the access keys for the specified bucket.
-