Uses of Class
software.amazon.awssdk.services.iam.model.TagServerCertificateRequest
-
Packages that use TagServerCertificateRequest Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.transform -
-
Uses of TagServerCertificateRequest in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam with parameters of type TagServerCertificateRequest Modifier and Type Method Description default CompletableFuture<TagServerCertificateResponse>IamAsyncClient. tagServerCertificate(TagServerCertificateRequest tagServerCertificateRequest)Adds one or more tags to an IAM server certificate.default TagServerCertificateResponseIamClient. tagServerCertificate(TagServerCertificateRequest tagServerCertificateRequest)Adds one or more tags to an IAM server certificate. -
Uses of TagServerCertificateRequest in software.amazon.awssdk.services.iam.transform
Methods in software.amazon.awssdk.services.iam.transform with parameters of type TagServerCertificateRequest Modifier and Type Method Description SdkHttpFullRequestTagServerCertificateRequestMarshaller. marshall(TagServerCertificateRequest tagServerCertificateRequest)
-