| 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 CompletableFuture<ListServerCertificateTagsResponse> |
IamAsyncClient.listServerCertificateTags(ListServerCertificateTagsRequest listServerCertificateTagsRequest)
Lists the tags that are attached to the specified IAM server certificate.
|
default ListServerCertificateTagsResponse |
IamClient.listServerCertificateTags(ListServerCertificateTagsRequest listServerCertificateTagsRequest)
Lists the tags that are attached to the specified IAM server certificate.
|
default ListServerCertificateTagsPublisher |
IamAsyncClient.listServerCertificateTagsPaginator(ListServerCertificateTagsRequest listServerCertificateTagsRequest)
Lists the tags that are attached to the specified IAM server certificate.
|
default ListServerCertificateTagsIterable |
IamClient.listServerCertificateTagsPaginator(ListServerCertificateTagsRequest listServerCertificateTagsRequest)
Lists the tags that are attached to the specified IAM server certificate.
|
| Constructor and Description |
|---|
ListServerCertificateTagsIterable(IamClient client,
ListServerCertificateTagsRequest firstRequest) |
ListServerCertificateTagsPublisher(IamAsyncClient client,
ListServerCertificateTagsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListServerCertificateTagsRequestMarshaller.marshall(ListServerCertificateTagsRequest listServerCertificateTagsRequest) |
Copyright © 2023. All rights reserved.