| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds.model | |
| software.amazon.awssdk.services.rds.paginators |
| Modifier and Type | Method and Description |
|---|---|
Certificate |
ModifyCertificatesResponse.certificate()
Returns the value of the Certificate property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<Certificate> |
DescribeCertificatesResponse.certificates()
The list of
Certificate objects for the Amazon Web Services account. |
| Modifier and Type | Method and Description |
|---|---|
ModifyCertificatesResponse.Builder |
ModifyCertificatesResponse.Builder.certificate(Certificate certificate)
Sets the value of the Certificate property for this object.
|
DescribeCertificatesResponse.Builder |
DescribeCertificatesResponse.Builder.certificates(Certificate... certificates)
The list of
Certificate objects for the Amazon Web Services account. |
| Modifier and Type | Method and Description |
|---|---|
DescribeCertificatesResponse.Builder |
DescribeCertificatesResponse.Builder.certificates(Collection<Certificate> certificates)
The list of
Certificate objects for the Amazon Web Services account. |
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Certificate> |
DescribeCertificatesPublisher.certificates()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Certificate> |
DescribeCertificatesIterable.certificates()
Returns an iterable to iterate through the paginated
DescribeCertificatesResponse.certificates() member. |
Copyright © 2023. All rights reserved.