| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
static CreateCertificateResponse.Builder |
CreateCertificateResponse.builder() |
CreateCertificateResponse.Builder |
CreateCertificateResponse.Builder.certificate(CertificateSummary certificate)
An object that describes the certificate created.
|
default CreateCertificateResponse.Builder |
CreateCertificateResponse.Builder.certificate(Consumer<CertificateSummary.Builder> certificate)
An object that describes the certificate created.
|
CreateCertificateResponse.Builder |
CreateCertificateResponse.Builder.operations(Collection<Operation> operations)
An array of objects that describe the result of the action, such as the status of the request, the timestamp
of the request, and the resources affected by the request.
|
CreateCertificateResponse.Builder |
CreateCertificateResponse.Builder.operations(Consumer<Operation.Builder>... operations)
An array of objects that describe the result of the action, such as the status of the request, the timestamp
of the request, and the resources affected by the request.
|
CreateCertificateResponse.Builder |
CreateCertificateResponse.Builder.operations(Operation... operations)
An array of objects that describe the result of the action, such as the status of the request, the timestamp
of the request, and the resources affected by the request.
|
CreateCertificateResponse.Builder |
CreateCertificateResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateCertificateResponse.Builder> |
CreateCertificateResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.