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