Uses of Class
software.amazon.awssdk.services.iam.model.GetServerCertificateResponse
-
Packages that use GetServerCertificateResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of GetServerCertificateResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return GetServerCertificateResponse Modifier and Type Method Description default GetServerCertificateResponseIamClient. getServerCertificate(Consumer<GetServerCertificateRequest.Builder> getServerCertificateRequest)Retrieves information about the specified server certificate stored in IAM.default GetServerCertificateResponseIamClient. getServerCertificate(GetServerCertificateRequest getServerCertificateRequest)Retrieves information about the specified server certificate stored in IAM.Methods in software.amazon.awssdk.services.iam that return types with arguments of type GetServerCertificateResponse Modifier and Type Method Description default CompletableFuture<GetServerCertificateResponse>IamAsyncClient. getServerCertificate(Consumer<GetServerCertificateRequest.Builder> getServerCertificateRequest)Retrieves information about the specified server certificate stored in IAM.default CompletableFuture<GetServerCertificateResponse>IamAsyncClient. getServerCertificate(GetServerCertificateRequest getServerCertificateRequest)Retrieves information about the specified server certificate stored in IAM.
-