Uses of Interface
software.amazon.awssdk.services.transfer.model.DescribeWebAppRequest.Builder
-
Packages that use DescribeWebAppRequest.Builder Package Description software.amazon.awssdk.services.transfer Transfer Family is a fully managed service that enables the transfer of files over the File Transfer Protocol (FTP), File Transfer Protocol over SSL (FTPS), or Secure Shell (SSH) File Transfer Protocol (SFTP) directly into and out of Amazon Simple Storage Service (Amazon S3) or Amazon EFS.software.amazon.awssdk.services.transfer.model -
-
Uses of DescribeWebAppRequest.Builder in software.amazon.awssdk.services.transfer
Method parameters in software.amazon.awssdk.services.transfer with type arguments of type DescribeWebAppRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeWebAppResponse>TransferAsyncClient. describeWebApp(Consumer<DescribeWebAppRequest.Builder> describeWebAppRequest)Describes the web app that's identified byWebAppId.default DescribeWebAppResponseTransferClient. describeWebApp(Consumer<DescribeWebAppRequest.Builder> describeWebAppRequest)Describes the web app that's identified byWebAppId. -
Uses of DescribeWebAppRequest.Builder in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return DescribeWebAppRequest.Builder Modifier and Type Method Description static DescribeWebAppRequest.BuilderDescribeWebAppRequest. builder()DescribeWebAppRequest.BuilderDescribeWebAppRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeWebAppRequest.BuilderDescribeWebAppRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeWebAppRequest.BuilderDescribeWebAppRequest. toBuilder()DescribeWebAppRequest.BuilderDescribeWebAppRequest.Builder. webAppId(String webAppId)Provide the unique identifier for the web app.Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type DescribeWebAppRequest.Builder Modifier and Type Method Description static Class<? extends DescribeWebAppRequest.Builder>DescribeWebAppRequest. serializableBuilderClass()
-