Uses of Interface
software.amazon.awssdk.services.transfer.model.DescribeHostKeyResponse.Builder
-
Packages that use DescribeHostKeyResponse.Builder Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of DescribeHostKeyResponse.Builder in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return DescribeHostKeyResponse.Builder Modifier and Type Method Description static DescribeHostKeyResponse.BuilderDescribeHostKeyResponse. builder()default DescribeHostKeyResponse.BuilderDescribeHostKeyResponse.Builder. hostKey(Consumer<DescribedHostKey.Builder> hostKey)Returns the details for the specified host key.DescribeHostKeyResponse.BuilderDescribeHostKeyResponse.Builder. hostKey(DescribedHostKey hostKey)Returns the details for the specified host key.DescribeHostKeyResponse.BuilderDescribeHostKeyResponse. toBuilder()Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type DescribeHostKeyResponse.Builder Modifier and Type Method Description static Class<? extends DescribeHostKeyResponse.Builder>DescribeHostKeyResponse. serializableBuilderClass()
-