| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| Modifier and Type | Method and Description |
|---|---|
default ListServerCertificateTagsResponse |
IamClient.listServerCertificateTags(Consumer<ListServerCertificateTagsRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListServerCertificateTagsResponse> |
IamAsyncClient.listServerCertificateTags(Consumer<ListServerCertificateTagsRequest.Builder> listServerCertificateTagsRequest)
Lists the tags that are attached to the specified IAM server certificate.
|
default CompletableFuture<ListServerCertificateTagsResponse> |
IamAsyncClient.listServerCertificateTags(ListServerCertificateTagsRequest listServerCertificateTagsRequest)
Lists the tags that are attached to the specified IAM server certificate.
|
Copyright © 2022. All rights reserved.