public interface AccountAlias
AccountAlias
resource.
Each AccountAlias
object is uniquely identified by these
identifier(s):
Modifier and Type | Method and Description |
---|---|
void |
delete()
The convenient method form for the
Delete action. |
void |
delete(DeleteAccountAliasRequest request)
Performs the
Delete action. |
void |
delete(DeleteAccountAliasRequest 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. |
String |
getName()
Gets the value of the Name 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 getName()
void delete(DeleteAccountAliasRequest request)
Delete
action.
The following request parameters will be populated from the data of this
AccountAlias
resource, and any conflicting parameter value
set in the request will be overridden:
AccountAlias
- mapped from the Name
identifier.
DeleteAccountAliasRequest
void delete(DeleteAccountAliasRequest 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
AccountAlias
resource, and any conflicting parameter value
set in the request will be overridden:
AccountAlias
- mapped from the Name
identifier.
DeleteAccountAliasRequest
void delete()
Delete
action.delete(DeleteAccountAliasRequest)
void delete(ResultCapture<Void> extractor)
Delete
action.Copyright © 2014. All rights reserved.