| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model | |
| software.amazon.awssdk.services.iot.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<CACertificate> |
ListCaCertificatesResponse.certificates()
The CA certificates registered in your AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
ListCaCertificatesResponse.Builder |
ListCaCertificatesResponse.Builder.certificates(CACertificate... certificates)
The CA certificates registered in your AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
ListCaCertificatesResponse.Builder |
ListCaCertificatesResponse.Builder.certificates(Collection<CACertificate> certificates)
The CA certificates registered in your AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<CACertificate> |
ListCACertificatesIterable.certificates()
Returns an iterable to iterate through the paginated
ListCaCertificatesResponse.certificates() member. |
SdkPublisher<CACertificate> |
ListCACertificatesPublisher.certificates()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2021. All rights reserved.