Uses of Interface
software.amazon.awssdk.services.transfer.model.ListHostKeysRequest.Builder
-
Packages that use ListHostKeysRequest.Builder 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.model -
-
Uses of ListHostKeysRequest.Builder in software.amazon.awssdk.services.transfer
Method parameters in software.amazon.awssdk.services.transfer with type arguments of type ListHostKeysRequest.Builder Modifier and Type Method Description default CompletableFuture<ListHostKeysResponse>TransferAsyncClient. listHostKeys(Consumer<ListHostKeysRequest.Builder> listHostKeysRequest)Returns a list of host keys for the server that's specified by theServerIdparameter.default ListHostKeysResponseTransferClient. listHostKeys(Consumer<ListHostKeysRequest.Builder> listHostKeysRequest)Returns a list of host keys for the server that's specified by theServerIdparameter. -
Uses of ListHostKeysRequest.Builder in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return ListHostKeysRequest.Builder Modifier and Type Method Description static ListHostKeysRequest.BuilderListHostKeysRequest. builder()ListHostKeysRequest.BuilderListHostKeysRequest.Builder. maxResults(Integer maxResults)The maximum number of items to return.ListHostKeysRequest.BuilderListHostKeysRequest.Builder. nextToken(String nextToken)When there are additional results that were not returned, aNextTokenparameter is returned.ListHostKeysRequest.BuilderListHostKeysRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListHostKeysRequest.BuilderListHostKeysRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListHostKeysRequest.BuilderListHostKeysRequest.Builder. serverId(String serverId)The identifier of the server that contains the host keys that you want to view.ListHostKeysRequest.BuilderListHostKeysRequest. toBuilder()Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type ListHostKeysRequest.Builder Modifier and Type Method Description static Class<? extends ListHostKeysRequest.Builder>ListHostKeysRequest. serializableBuilderClass()
-