Uses of Class
software.amazon.awssdk.services.transfer.model.ListedHostKey
-
Packages that use ListedHostKey Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of ListedHostKey in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type ListedHostKey Modifier and Type Method Description List<ListedHostKey>ListHostKeysResponse. hostKeys()Returns an array, where each item contains the details of a host key.Methods in software.amazon.awssdk.services.transfer.model with parameters of type ListedHostKey Modifier and Type Method Description ListHostKeysResponse.BuilderListHostKeysResponse.Builder. hostKeys(ListedHostKey... hostKeys)Returns an array, where each item contains the details of a host key.Method parameters in software.amazon.awssdk.services.transfer.model with type arguments of type ListedHostKey Modifier and Type Method Description ListHostKeysResponse.BuilderListHostKeysResponse.Builder. hostKeys(Collection<ListedHostKey> hostKeys)Returns an array, where each item contains the details of a host key.
-