| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
ListOutgoingCertificatesResult |
AbstractAWSIot.listOutgoingCertificates(ListOutgoingCertificatesRequest request) |
ListOutgoingCertificatesResult |
AWSIot.listOutgoingCertificates(ListOutgoingCertificatesRequest listOutgoingCertificatesRequest)
Lists certificates that are being transferred but not yet accepted.
|
ListOutgoingCertificatesResult |
AWSIotClient.listOutgoingCertificates(ListOutgoingCertificatesRequest request)
Lists certificates that are being transferred but not yet accepted.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListOutgoingCertificatesResult> |
AWSIotAsync.listOutgoingCertificatesAsync(ListOutgoingCertificatesRequest listOutgoingCertificatesRequest,
AsyncHandler<ListOutgoingCertificatesRequest,ListOutgoingCertificatesResult> asyncHandler)
Lists certificates that are being transferred but not yet accepted.
|
Future<ListOutgoingCertificatesResult> |
AWSIotAsyncClient.listOutgoingCertificatesAsync(ListOutgoingCertificatesRequest request,
AsyncHandler<ListOutgoingCertificatesRequest,ListOutgoingCertificatesResult> asyncHandler) |
Future<ListOutgoingCertificatesResult> |
AbstractAWSIotAsync.listOutgoingCertificatesAsync(ListOutgoingCertificatesRequest request,
AsyncHandler<ListOutgoingCertificatesRequest,ListOutgoingCertificatesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListOutgoingCertificatesResult |
ListOutgoingCertificatesResult.clone() |
ListOutgoingCertificatesResult |
ListOutgoingCertificatesResult.withNextMarker(String nextMarker)
The marker for the next set of results.
|
ListOutgoingCertificatesResult |
ListOutgoingCertificatesResult.withOutgoingCertificates(Collection<OutgoingCertificate> outgoingCertificates)
The certificates that are being transferred but not yet accepted.
|
ListOutgoingCertificatesResult |
ListOutgoingCertificatesResult.withOutgoingCertificates(OutgoingCertificate... outgoingCertificates)
The certificates that are being transferred but not yet accepted.
|
Copyright © 2019. All rights reserved.