Uses of Interface
software.amazon.awssdk.services.transfer.model.DescribeWebAppResponse.Builder
-
Packages that use DescribeWebAppResponse.Builder Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of DescribeWebAppResponse.Builder in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return DescribeWebAppResponse.Builder Modifier and Type Method Description static DescribeWebAppResponse.BuilderDescribeWebAppResponse. builder()DescribeWebAppResponse.BuilderDescribeWebAppResponse. toBuilder()default DescribeWebAppResponse.BuilderDescribeWebAppResponse.Builder. webApp(Consumer<DescribedWebApp.Builder> webApp)Returns a structure that contains the details of the web app.DescribeWebAppResponse.BuilderDescribeWebAppResponse.Builder. webApp(DescribedWebApp webApp)Returns a structure that contains the details of the web app.Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type DescribeWebAppResponse.Builder Modifier and Type Method Description static Class<? extends DescribeWebAppResponse.Builder>DescribeWebAppResponse. serializableBuilderClass()
-