Uses of Interface
software.amazon.awssdk.services.iam.model.ListServerCertificateTagsRequest.Builder
-
Packages that use ListServerCertificateTagsRequest.Builder Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.model -
-
Uses of ListServerCertificateTagsRequest.Builder in software.amazon.awssdk.services.iam
Method parameters in software.amazon.awssdk.services.iam with type arguments of type ListServerCertificateTagsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListServerCertificateTagsResponse>IamAsyncClient. listServerCertificateTags(Consumer<ListServerCertificateTagsRequest.Builder> listServerCertificateTagsRequest)Lists the tags that are attached to the specified IAM server certificate.default ListServerCertificateTagsResponseIamClient. listServerCertificateTags(Consumer<ListServerCertificateTagsRequest.Builder> listServerCertificateTagsRequest)Lists the tags that are attached to the specified IAM server certificate.default ListServerCertificateTagsPublisherIamAsyncClient. listServerCertificateTagsPaginator(Consumer<ListServerCertificateTagsRequest.Builder> listServerCertificateTagsRequest)Lists the tags that are attached to the specified IAM server certificate.default ListServerCertificateTagsIterableIamClient. listServerCertificateTagsPaginator(Consumer<ListServerCertificateTagsRequest.Builder> listServerCertificateTagsRequest)Lists the tags that are attached to the specified IAM server certificate. -
Uses of ListServerCertificateTagsRequest.Builder in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return ListServerCertificateTagsRequest.Builder Modifier and Type Method Description static ListServerCertificateTagsRequest.BuilderListServerCertificateTagsRequest. builder()ListServerCertificateTagsRequest.BuilderListServerCertificateTagsRequest.Builder. marker(String marker)Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated.ListServerCertificateTagsRequest.BuilderListServerCertificateTagsRequest.Builder. maxItems(Integer maxItems)Use this only when paginating results to indicate the maximum number of items you want in the response.ListServerCertificateTagsRequest.BuilderListServerCertificateTagsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListServerCertificateTagsRequest.BuilderListServerCertificateTagsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListServerCertificateTagsRequest.BuilderListServerCertificateTagsRequest.Builder. serverCertificateName(String serverCertificateName)The name of the IAM server certificate whose tags you want to see.ListServerCertificateTagsRequest.BuilderListServerCertificateTagsRequest. toBuilder()Methods in software.amazon.awssdk.services.iam.model that return types with arguments of type ListServerCertificateTagsRequest.Builder Modifier and Type Method Description static Class<? extends ListServerCertificateTagsRequest.Builder>ListServerCertificateTagsRequest. serializableBuilderClass()
-