Uses of Class
software.amazon.awssdk.services.transfer.model.ListCertificatesResponse
-
Packages that use ListCertificatesResponse Package Description software.amazon.awssdk.services.transfer Transfer Family is a fully managed service that enables the transfer of files over the File Transfer Protocol (FTP), File Transfer Protocol over SSL (FTPS), or Secure Shell (SSH) File Transfer Protocol (SFTP) directly into and out of Amazon Simple Storage Service (Amazon S3) or Amazon EFS.software.amazon.awssdk.services.transfer.paginators -
-
Uses of ListCertificatesResponse in software.amazon.awssdk.services.transfer
Methods in software.amazon.awssdk.services.transfer that return ListCertificatesResponse Modifier and Type Method Description default ListCertificatesResponseTransferClient. listCertificates(Consumer<ListCertificatesRequest.Builder> listCertificatesRequest)Returns a list of the current certificates that have been imported into Transfer Family.default ListCertificatesResponseTransferClient. listCertificates(ListCertificatesRequest listCertificatesRequest)Returns a list of the current certificates that have been imported into Transfer Family.Methods in software.amazon.awssdk.services.transfer that return types with arguments of type ListCertificatesResponse Modifier and Type Method Description default CompletableFuture<ListCertificatesResponse>TransferAsyncClient. listCertificates(Consumer<ListCertificatesRequest.Builder> listCertificatesRequest)Returns a list of the current certificates that have been imported into Transfer Family.default CompletableFuture<ListCertificatesResponse>TransferAsyncClient. listCertificates(ListCertificatesRequest listCertificatesRequest)Returns a list of the current certificates that have been imported into Transfer Family. -
Uses of ListCertificatesResponse in software.amazon.awssdk.services.transfer.paginators
Methods in software.amazon.awssdk.services.transfer.paginators that return types with arguments of type ListCertificatesResponse Modifier and Type Method Description Iterator<ListCertificatesResponse>ListCertificatesIterable. iterator()Method parameters in software.amazon.awssdk.services.transfer.paginators with type arguments of type ListCertificatesResponse Modifier and Type Method Description voidListCertificatesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListCertificatesResponse> subscriber)
-