| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.paginators |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListServerCertificateTagsResponse> |
ListServerCertificateTagsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListServerCertificateTagsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListServerCertificateTagsResponse> subscriber) |
Copyright © 2023. All rights reserved.