Uses of Interface
software.amazon.awssdk.services.transfer.model.DescribeProfileResponse.Builder
-
Packages that use DescribeProfileResponse.Builder Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of DescribeProfileResponse.Builder in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return DescribeProfileResponse.Builder Modifier and Type Method Description static DescribeProfileResponse.BuilderDescribeProfileResponse. builder()default DescribeProfileResponse.BuilderDescribeProfileResponse.Builder. profile(Consumer<DescribedProfile.Builder> profile)The details of the specified profile, returned as an object.DescribeProfileResponse.BuilderDescribeProfileResponse.Builder. profile(DescribedProfile profile)The details of the specified profile, returned as an object.DescribeProfileResponse.BuilderDescribeProfileResponse. toBuilder()Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type DescribeProfileResponse.Builder Modifier and Type Method Description static Class<? extends DescribeProfileResponse.Builder>DescribeProfileResponse. serializableBuilderClass()
-