Uses of Interface
software.amazon.awssdk.services.transfer.model.ImportHostKeyResponse.Builder
-
Packages that use ImportHostKeyResponse.Builder Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of ImportHostKeyResponse.Builder in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return ImportHostKeyResponse.Builder Modifier and Type Method Description static ImportHostKeyResponse.BuilderImportHostKeyResponse. builder()ImportHostKeyResponse.BuilderImportHostKeyResponse.Builder. hostKeyId(String hostKeyId)Returns the host key identifier for the imported key.ImportHostKeyResponse.BuilderImportHostKeyResponse.Builder. serverId(String serverId)Returns the server identifier that contains the imported key.ImportHostKeyResponse.BuilderImportHostKeyResponse. toBuilder()Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type ImportHostKeyResponse.Builder Modifier and Type Method Description static Class<? extends ImportHostKeyResponse.Builder>ImportHostKeyResponse. serializableBuilderClass()
-