Uses of Class
software.amazon.awssdk.services.iam.model.UpdateServerCertificateResponse
-
Packages that use UpdateServerCertificateResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of UpdateServerCertificateResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return UpdateServerCertificateResponse Modifier and Type Method Description default UpdateServerCertificateResponseIamClient. updateServerCertificate(Consumer<UpdateServerCertificateRequest.Builder> updateServerCertificateRequest)Updates the name and/or the path of the specified server certificate stored in IAM.default UpdateServerCertificateResponseIamClient. updateServerCertificate(UpdateServerCertificateRequest updateServerCertificateRequest)Updates the name and/or the path of the specified server certificate stored in IAM.Methods in software.amazon.awssdk.services.iam that return types with arguments of type UpdateServerCertificateResponse Modifier and Type Method Description default CompletableFuture<UpdateServerCertificateResponse>IamAsyncClient. updateServerCertificate(Consumer<UpdateServerCertificateRequest.Builder> updateServerCertificateRequest)Updates the name and/or the path of the specified server certificate stored in IAM.default CompletableFuture<UpdateServerCertificateResponse>IamAsyncClient. updateServerCertificate(UpdateServerCertificateRequest updateServerCertificateRequest)Updates the name and/or the path of the specified server certificate stored in IAM.
-