Uses of Class
software.amazon.awssdk.services.transfer.model.ListedCertificate
-
Packages that use ListedCertificate Package Description software.amazon.awssdk.services.transfer.model software.amazon.awssdk.services.transfer.paginators -
-
Uses of ListedCertificate in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type ListedCertificate Modifier and Type Method Description List<ListedCertificate>ListCertificatesResponse. certificates()Returns an array of the certificates that are specified in theListCertificatescall.Methods in software.amazon.awssdk.services.transfer.model with parameters of type ListedCertificate Modifier and Type Method Description ListCertificatesResponse.BuilderListCertificatesResponse.Builder. certificates(ListedCertificate... certificates)Returns an array of the certificates that are specified in theListCertificatescall.Method parameters in software.amazon.awssdk.services.transfer.model with type arguments of type ListedCertificate Modifier and Type Method Description ListCertificatesResponse.BuilderListCertificatesResponse.Builder. certificates(Collection<ListedCertificate> certificates)Returns an array of the certificates that are specified in theListCertificatescall. -
Uses of ListedCertificate in software.amazon.awssdk.services.transfer.paginators
Methods in software.amazon.awssdk.services.transfer.paginators that return types with arguments of type ListedCertificate Modifier and Type Method Description SdkIterable<ListedCertificate>ListCertificatesIterable. certificates()Returns an iterable to iterate through the paginatedListCertificatesResponse.certificates()member.SdkPublisher<ListedCertificate>ListCertificatesPublisher. certificates()Returns a publisher that can be used to get a stream of data.
-