public interface SigningCertificate
SigningCertificate
resource.
Each SigningCertificate
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(UpdateSigningCertificateRequest request)
Performs the
Activate action. |
void |
activate(UpdateSigningCertificateRequest 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(UpdateSigningCertificateRequest request)
Performs the
Deactivate action. |
void |
deactivate(UpdateSigningCertificateRequest 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(DeleteSigningCertificateRequest request)
Performs the
Delete action. |
void |
delete(DeleteSigningCertificateRequest 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 |
getCertificateBody()
Gets the value of the CertificateBody attribute.
|
String |
getId()
Gets the value of the Id identifier.
|
String |
getStatus()
Gets the value of the Status attribute.
|
Date |
getUploadDate()
Gets the value of the UploadDate attribute.
|
String |
getUserName()
Gets the value of the UserName attribute.
|
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()
Date getUploadDate()
load()
is made to retrieve the value of the
attribute.String getStatus()
load()
is made to retrieve the value of the
attribute.String getCertificateBody()
load()
is made to retrieve the value of the
attribute.String getUserName()
load()
is made to retrieve the value of the
attribute.void deactivate(UpdateSigningCertificateRequest request)
Deactivate
action.
The following request parameters will be populated from the data of this
SigningCertificate
resource, and any conflicting parameter
value set in the request will be overridden:
CertificateId
- mapped from the Id
identifier.
Status
- constant value Inactive
.
UpdateSigningCertificateRequest
void deactivate(UpdateSigningCertificateRequest 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
SigningCertificate
resource, and any conflicting parameter
value set in the request will be overridden:
CertificateId
- mapped from the Id
identifier.
Status
- constant value Inactive
.
UpdateSigningCertificateRequest
void deactivate()
Deactivate
action.void deactivate(ResultCapture<Void> extractor)
Deactivate
action.void activate(UpdateSigningCertificateRequest request)
Activate
action.
The following request parameters will be populated from the data of this
SigningCertificate
resource, and any conflicting parameter
value set in the request will be overridden:
CertificateId
- mapped from the Id
identifier.
Status
- constant value Active
.
UpdateSigningCertificateRequest
void activate(UpdateSigningCertificateRequest 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
SigningCertificate
resource, and any conflicting parameter
value set in the request will be overridden:
CertificateId
- mapped from the Id
identifier.
Status
- constant value Active
.
UpdateSigningCertificateRequest
void activate()
Activate
action.void activate(ResultCapture<Void> extractor)
Activate
action.void delete(DeleteSigningCertificateRequest request)
Delete
action.
The following request parameters will be populated from the data of this
SigningCertificate
resource, and any conflicting parameter
value set in the request will be overridden:
CertificateId
- mapped from the Id
identifier.
DeleteSigningCertificateRequest
void delete(DeleteSigningCertificateRequest 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
SigningCertificate
resource, and any conflicting parameter
value set in the request will be overridden:
CertificateId
- mapped from the Id
identifier.
DeleteSigningCertificateRequest
void delete()
Delete
action.void delete(ResultCapture<Void> extractor)
Delete
action.Copyright © 2014. All rights reserved.