| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListServerCertificatesResponse |
IamClient.listServerCertificates()
Lists the server certificates stored in IAM that have the specified path prefix.
|
default ListServerCertificatesResponse |
IamClient.listServerCertificates(Consumer<ListServerCertificatesRequest.Builder> listServerCertificatesRequest)
Lists the server certificates stored in IAM that have the specified path prefix.
|
default ListServerCertificatesResponse |
IamClient.listServerCertificates(ListServerCertificatesRequest listServerCertificatesRequest)
Lists the server certificates stored in IAM that have the specified path prefix.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListServerCertificatesResponse> |
IamAsyncClient.listServerCertificates()
Lists the server certificates stored in IAM that have the specified path prefix.
|
default CompletableFuture<ListServerCertificatesResponse> |
IamAsyncClient.listServerCertificates(Consumer<ListServerCertificatesRequest.Builder> listServerCertificatesRequest)
Lists the server certificates stored in IAM that have the specified path prefix.
|
default CompletableFuture<ListServerCertificatesResponse> |
IamAsyncClient.listServerCertificates(ListServerCertificatesRequest listServerCertificatesRequest)
Lists the server certificates stored in IAM that have the specified path prefix.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListServerCertificatesResponse> |
ListServerCertificatesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListServerCertificatesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListServerCertificatesResponse> subscriber) |
Copyright © 2023. All rights reserved.