| Package | Description |
|---|---|
| software.amazon.awssdk.services.transfer.model | |
| software.amazon.awssdk.services.transfer.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ListedCertificate> |
ListCertificatesResponse.certificates()
Returns an array of the certificates that are specified in the
ListCertificates call. |
| Modifier and Type | Method and Description |
|---|---|
ListCertificatesResponse.Builder |
ListCertificatesResponse.Builder.certificates(ListedCertificate... certificates)
Returns an array of the certificates that are specified in the
ListCertificates call. |
| Modifier and Type | Method and Description |
|---|---|
ListCertificatesResponse.Builder |
ListCertificatesResponse.Builder.certificates(Collection<ListedCertificate> certificates)
Returns an array of the certificates that are specified in the
ListCertificates call. |
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ListedCertificate> |
ListCertificatesPublisher.certificates()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ListedCertificate> |
ListCertificatesIterable.certificates()
Returns an iterable to iterate through the paginated
ListCertificatesResponse.certificates() member. |
Copyright © 2023. All rights reserved.