| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.paginators | |
| software.amazon.awssdk.services.iam.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListServerCertificatesResponse |
IamClient.listServerCertificates(ListServerCertificatesRequest 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.
|
default ListServerCertificatesIterable |
IamClient.listServerCertificatesPaginator(ListServerCertificatesRequest listServerCertificatesRequest)
Lists the server certificates stored in IAM that have the specified path prefix.
|
default ListServerCertificatesPublisher |
IamAsyncClient.listServerCertificatesPaginator(ListServerCertificatesRequest listServerCertificatesRequest)
Lists the server certificates stored in IAM that have the specified path prefix.
|
| Constructor and Description |
|---|
ListServerCertificatesIterable(IamClient client,
ListServerCertificatesRequest firstRequest) |
ListServerCertificatesPublisher(IamAsyncClient client,
ListServerCertificatesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListServerCertificatesRequestMarshaller.marshall(ListServerCertificatesRequest listServerCertificatesRequest) |
Copyright © 2022. All rights reserved.