| 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 timestamp when the client certificate was created.
|
ClientCertificate |
ClientCertificate.withDescription(String description)
The description of the client certificate.
|
ClientCertificate |
ClientCertificate.withExpirationDate(Date expirationDate)
The timestamp when the client certificate will expire.
|
ClientCertificate |
ClientCertificate.withPemEncodedCertificate(String pemEncodedCertificate)
The PEM-encoded public key of the client certificate, which 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 elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
GetClientCertificatesResult |
GetClientCertificatesResult.withItems(ClientCertificate... items)
The current page of elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetClientCertificatesResult.setItems(Collection<ClientCertificate> items)
The current page of elements from this collection.
|
GetClientCertificatesResult |
GetClientCertificatesResult.withItems(Collection<ClientCertificate> items)
The current page of elements from this collection.
|
Copyright © 2018. All rights reserved.