| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
AccessKey |
AccessKey.clone() |
AccessKey |
CreateBucketAccessKeyResult.getAccessKey()
An object that describes the access key that is created.
|
AccessKey |
AccessKey.withAccessKeyId(String accessKeyId)
The ID of the access key.
|
AccessKey |
AccessKey.withCreatedAt(Date createdAt)
The timestamp when the access key was created.
|
AccessKey |
AccessKey.withLastUsed(AccessKeyLastUsed lastUsed)
An object that describes the last time the access key was used.
|
AccessKey |
AccessKey.withSecretAccessKey(String secretAccessKey)
The secret access key used to sign requests.
|
AccessKey |
AccessKey.withStatus(StatusType status)
The status of the access key.
|
AccessKey |
AccessKey.withStatus(String status)
The status of the access key.
|
| Modifier and Type | Method and Description |
|---|---|
List<AccessKey> |
GetBucketAccessKeysResult.getAccessKeys()
An object that describes the access keys for the specified bucket.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateBucketAccessKeyResult.setAccessKey(AccessKey accessKey)
An object that describes the access key that is created.
|
CreateBucketAccessKeyResult |
CreateBucketAccessKeyResult.withAccessKey(AccessKey accessKey)
An object that describes the access key that is created.
|
GetBucketAccessKeysResult |
GetBucketAccessKeysResult.withAccessKeys(AccessKey... accessKeys)
An object that describes the access keys for the specified bucket.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetBucketAccessKeysResult.setAccessKeys(Collection<AccessKey> accessKeys)
An object that describes the access keys for the specified bucket.
|
GetBucketAccessKeysResult |
GetBucketAccessKeysResult.withAccessKeys(Collection<AccessKey> accessKeys)
An object that describes the access keys for the specified bucket.
|
Copyright © 2021. All rights reserved.