Package | Description |
---|---|
com.amazonaws.services.apigateway.model | |
com.amazonaws.services.apigateway.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ClientCertificate> |
GetClientCertificatesResult.items
The current page of any ClientCertificate resources in the
collection of ClientCertificate resources.
|
Modifier and Type | Method and Description |
---|---|
ClientCertificate |
ClientCertificate.clone() |
ClientCertificate |
ClientCertificate.withClientCertificateId(java.lang.String clientCertificateId)
The identifier of the Client Certificate.
|
ClientCertificate |
ClientCertificate.withCreatedDate(java.util.Date createdDate)
The date when the Client Certificate was created, in ISO 8601 format.
|
ClientCertificate |
ClientCertificate.withDescription(java.lang.String description)
The description of the Client Certificate.
|
ClientCertificate |
ClientCertificate.withExpirationDate(java.util.Date expirationDate)
The date when the Client Certificate will expire, in ISO 8601 format.
|
ClientCertificate |
ClientCertificate.withPemEncodedCertificate(java.lang.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 |
---|---|
java.util.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(java.util.Collection<ClientCertificate> items)
The current page of any ClientCertificate resources in the
collection of ClientCertificate resources.
|
GetClientCertificatesResult |
GetClientCertificatesResult.withItems(java.util.Collection<ClientCertificate> items)
The current page of any ClientCertificate resources in the
collection of ClientCertificate resources.
|
Modifier and Type | Method and Description |
---|---|
ClientCertificate |
ClientCertificateJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ClientCertificateJsonMarshaller.marshall(ClientCertificate clientCertificate,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|