public interface KeyPair
KeyPair
resource.
Each KeyPair
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(DeleteKeyPairRequest request)
Performs the
Delete action. |
void |
delete(DeleteKeyPairRequest 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 |
getKeyFingerprint()
Gets the value of the KeyFingerprint attribute.
|
String |
getName()
Gets the value of the Name identifier.
|
boolean |
isLoaded()
Returns true if this resource's attributes have been loaded.
|
boolean |
load()
Makes a call to the service to load this resource's attributes if they
are not loaded yet.
|
boolean |
load(DescribeKeyPairsRequest request)
Makes a call to the service to load this resource's attributes if they
are not loaded yet.
|
boolean |
load(DescribeKeyPairsRequest request,
ResultCapture<DescribeKeyPairsResult> extractor)
Makes a call to the service to load this resource's attributes if they
are not loaded yet, and use a ResultCapture to retrieve the low-level
client response
The following request parameters will be populated from the data of this
KeyPair resource, and any conflicting parameter value set in
the request will be overridden:
KeyNames.0
- mapped from the Name identifier. |
boolean isLoaded()
false
, calls to attribute getter methods on this
instance will make an implicit call to load()
to retrieve the
value.boolean load()
true
if the resource is not yet loaded when this
method was invoked, which indicates that a service call has been
made to retrieve the attributes.load(DescribeKeyPairsRequest)
boolean load(DescribeKeyPairsRequest request)
KeyPair
resource, and any conflicting parameter value set in
the request will be overridden:
KeyNames.0
- mapped from the Name
identifier.
true
if the resource is not yet loaded when this
method was invoked, which indicates that a service call has been
made to retrieve the attributes.DescribeKeyPairsRequest
boolean load(DescribeKeyPairsRequest request, ResultCapture<DescribeKeyPairsResult> extractor)
KeyPair
resource, and any conflicting parameter value set in
the request will be overridden:
KeyNames.0
- mapped from the Name
identifier.
true
if the resource is not yet loaded when this
method was invoked, which indicates that a service call has been
made to retrieve the attributes.DescribeKeyPairsRequest
String getName()
String getKeyFingerprint()
load()
is made to retrieve the value of the
attribute.void delete(DeleteKeyPairRequest request)
Delete
action.
The following request parameters will be populated from the data of this
KeyPair
resource, and any conflicting parameter value set in
the request will be overridden:
KeyName
- mapped from the Name
identifier.
DeleteKeyPairRequest
void delete(DeleteKeyPairRequest 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
KeyPair
resource, and any conflicting parameter value set in
the request will be overridden:
KeyName
- mapped from the Name
identifier.
DeleteKeyPairRequest
void delete()
Delete
action.delete(DeleteKeyPairRequest)
void delete(ResultCapture<Void> extractor)
Delete
action.Copyright © 2014. All rights reserved.