Package | Description |
---|---|
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
ClientCertificate |
ClientCertificate.clone() |
ClientCertificate |
ClientCertificate.withClientCertificateId(String clientCertificateId)
The identifier of the Client Certificate.
|
ClientCertificate |
ClientCertificate.withCreatedDate(Date createdDate)
The date when the Client Certificate was created, in ISO 8601 format.
|
ClientCertificate |
ClientCertificate.withDescription(String description)
The description of the Client Certificate.
|
ClientCertificate |
ClientCertificate.withExpirationDate(Date expirationDate)
The date when the Client Certificate will expire, in ISO 8601 format.
|
ClientCertificate |
ClientCertificate.withPemEncodedCertificate(String pemEncodedCertificate)
The PEM-encoded public key of the Client Certificate, that can be used to
configure certificate authentication in the integration endpoint .
|
Modifier and Type | Method and Description |
---|---|
List<ClientCertificate> |
GetClientCertificatesResult.getItems()
The current page of any ClientCertificate resources in the
collection of ClientCertificate resources.
|
Modifier and Type | Method and Description |
---|---|
GetClientCertificatesResult |
GetClientCertificatesResult.withItems(ClientCertificate... items)
The current page of any ClientCertificate resources in the
collection of ClientCertificate resources.
|
Modifier and Type | Method and Description |
---|---|
void |
GetClientCertificatesResult.setItems(Collection<ClientCertificate> items)
The current page of any ClientCertificate resources in the
collection of ClientCertificate resources.
|
GetClientCertificatesResult |
GetClientCertificatesResult.withItems(Collection<ClientCertificate> items)
The current page of any ClientCertificate resources in the
collection of ClientCertificate resources.
|
Copyright © 2018. All rights reserved.