public interface AccessKey
AccessKey
resource.
Each AccessKey
object is uniquely identified by these
identifier(s):
Modifier and Type | Method and Description |
---|---|
void |
activate()
The convenient method form for the
Activate action. |
void |
activate(ResultCapture<Void> extractor)
The convenient method form for the
Activate action. |
void |
activate(UpdateAccessKeyRequest request)
Performs the
Activate action. |
void |
activate(UpdateAccessKeyRequest request,
ResultCapture<Void> extractor)
Performs the
Activate action and use a ResultCapture to
retrieve the low-level client response. |
void |
deactivate()
The convenient method form for the
Deactivate action. |
void |
deactivate(ResultCapture<Void> extractor)
The convenient method form for the
Deactivate action. |
void |
deactivate(UpdateAccessKeyRequest request)
Performs the
Deactivate action. |
void |
deactivate(UpdateAccessKeyRequest request,
ResultCapture<Void> extractor)
Performs the
Deactivate action and use a ResultCapture to
retrieve the low-level client response. |
void |
delete()
The convenient method form for the
Delete action. |
void |
delete(DeleteAccessKeyRequest request)
Performs the
Delete action. |
void |
delete(DeleteAccessKeyRequest request,
ResultCapture<Void> extractor)
Performs the
Delete action and use a ResultCapture to
retrieve the low-level client response. |
void |
delete(ResultCapture<Void> extractor)
The convenient method form for the
Delete action. |
Date |
getCreateDate()
Gets the value of the CreateDate attribute.
|
String |
getId()
Gets the value of the Id identifier.
|
String |
getSecretAccessKey()
Gets the value of the SecretAccessKey attribute.
|
String |
getStatus()
Gets the value of the Status attribute.
|
User |
getUser()
Retrieves the
User resource referenced by this resource. |
String |
getUserName()
Gets the value of the UserName identifier.
|
boolean |
isLoaded()
Returns true if this resource's attributes have been loaded.
|
boolean isLoaded()
false
, calls to attribute getter methods on this
instance will make an implicit call to load()
to retrieve the
value.String getId()
String getUserName()
String getSecretAccessKey()
load()
is made to retrieve the value of the
attribute.String getStatus()
load()
is made to retrieve the value of the
attribute.Date getCreateDate()
load()
is made to retrieve the value of the
attribute.User getUser()
User
resource referenced by this resource.void deactivate(UpdateAccessKeyRequest request)
Deactivate
action.
The following request parameters will be populated from the data of this
AccessKey
resource, and any conflicting parameter value set
in the request will be overridden:
UserName
- mapped from the UserName
identifier.
AccessKeyId
- mapped from the Id
identifier.
Status
- constant value Inactive
.
UpdateAccessKeyRequest
void deactivate(UpdateAccessKeyRequest request, ResultCapture<Void> extractor)
Deactivate
action and use a ResultCapture to
retrieve the low-level client response.
The following request parameters will be populated from the data of this
AccessKey
resource, and any conflicting parameter value set
in the request will be overridden:
UserName
- mapped from the UserName
identifier.
AccessKeyId
- mapped from the Id
identifier.
Status
- constant value Inactive
.
UpdateAccessKeyRequest
void deactivate()
Deactivate
action.deactivate(UpdateAccessKeyRequest)
void deactivate(ResultCapture<Void> extractor)
Deactivate
action.void activate(UpdateAccessKeyRequest request)
Activate
action.
The following request parameters will be populated from the data of this
AccessKey
resource, and any conflicting parameter value set
in the request will be overridden:
UserName
- mapped from the UserName
identifier.
AccessKeyId
- mapped from the Id
identifier.
Status
- constant value Active
.
UpdateAccessKeyRequest
void activate(UpdateAccessKeyRequest request, ResultCapture<Void> extractor)
Activate
action and use a ResultCapture to
retrieve the low-level client response.
The following request parameters will be populated from the data of this
AccessKey
resource, and any conflicting parameter value set
in the request will be overridden:
UserName
- mapped from the UserName
identifier.
AccessKeyId
- mapped from the Id
identifier.
Status
- constant value Active
.
UpdateAccessKeyRequest
void activate()
Activate
action.activate(UpdateAccessKeyRequest)
void activate(ResultCapture<Void> extractor)
Activate
action.void delete(DeleteAccessKeyRequest request)
Delete
action.
The following request parameters will be populated from the data of this
AccessKey
resource, and any conflicting parameter value set
in the request will be overridden:
UserName
- mapped from the UserName
identifier.
AccessKeyId
- mapped from the Id
identifier.
DeleteAccessKeyRequest
void delete(DeleteAccessKeyRequest request, ResultCapture<Void> extractor)
Delete
action and use a ResultCapture to
retrieve the low-level client response.
The following request parameters will be populated from the data of this
AccessKey
resource, and any conflicting parameter value set
in the request will be overridden:
UserName
- mapped from the UserName
identifier.
AccessKeyId
- mapped from the Id
identifier.
DeleteAccessKeyRequest
void delete()
Delete
action.delete(DeleteAccessKeyRequest)
void delete(ResultCapture<Void> extractor)
Delete
action.Copyright © 2014. All rights reserved.