Uses of Interface
software.amazon.awssdk.services.transfer.model.DescribeUserResponse.Builder
-
Packages that use DescribeUserResponse.Builder Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of DescribeUserResponse.Builder in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return DescribeUserResponse.Builder Modifier and Type Method Description static DescribeUserResponse.BuilderDescribeUserResponse. builder()DescribeUserResponse.BuilderDescribeUserResponse.Builder. serverId(String serverId)A system-assigned unique identifier for a server that has this user assigned.DescribeUserResponse.BuilderDescribeUserResponse. toBuilder()default DescribeUserResponse.BuilderDescribeUserResponse.Builder. user(Consumer<DescribedUser.Builder> user)An array containing the properties of the Transfer Family user for theServerIDvalue that you specified.DescribeUserResponse.BuilderDescribeUserResponse.Builder. user(DescribedUser user)An array containing the properties of the Transfer Family user for theServerIDvalue that you specified.Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type DescribeUserResponse.Builder Modifier and Type Method Description static Class<? extends DescribeUserResponse.Builder>DescribeUserResponse. serializableBuilderClass()
-