Uses of Interface
software.amazon.awssdk.services.transfer.model.UpdateWebAppRequest.Builder
-
Packages that use UpdateWebAppRequest.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 UpdateWebAppRequest.Builder in software.amazon.awssdk.services.transfer
Method parameters in software.amazon.awssdk.services.transfer with type arguments of type UpdateWebAppRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateWebAppResponse>TransferAsyncClient. updateWebApp(Consumer<UpdateWebAppRequest.Builder> updateWebAppRequest)Assigns new properties to a web app.default UpdateWebAppResponseTransferClient. updateWebApp(Consumer<UpdateWebAppRequest.Builder> updateWebAppRequest)Assigns new properties to a web app. -
Uses of UpdateWebAppRequest.Builder in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return UpdateWebAppRequest.Builder Modifier and Type Method Description UpdateWebAppRequest.BuilderUpdateWebAppRequest.Builder. accessEndpoint(String accessEndpoint)TheAccessEndpointis the URL that you provide to your users for them to interact with the Transfer Family web app.static UpdateWebAppRequest.BuilderUpdateWebAppRequest. builder()default UpdateWebAppRequest.BuilderUpdateWebAppRequest.Builder. identityProviderDetails(Consumer<UpdateWebAppIdentityProviderDetails.Builder> identityProviderDetails)Provide updated identity provider values in aWebAppIdentityProviderDetailsobject.UpdateWebAppRequest.BuilderUpdateWebAppRequest.Builder. identityProviderDetails(UpdateWebAppIdentityProviderDetails identityProviderDetails)Provide updated identity provider values in aWebAppIdentityProviderDetailsobject.UpdateWebAppRequest.BuilderUpdateWebAppRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateWebAppRequest.BuilderUpdateWebAppRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateWebAppRequest.BuilderUpdateWebAppRequest. toBuilder()UpdateWebAppRequest.BuilderUpdateWebAppRequest.Builder. webAppId(String webAppId)Provide the identifier of the web app that you are updating.default UpdateWebAppRequest.BuilderUpdateWebAppRequest.Builder. webAppUnits(Consumer<WebAppUnits.Builder> webAppUnits)A union that contains the value for number of concurrent connections or the user sessions on your web app.UpdateWebAppRequest.BuilderUpdateWebAppRequest.Builder. webAppUnits(WebAppUnits webAppUnits)A union that contains the value for number of concurrent connections or the user sessions on your web app.Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type UpdateWebAppRequest.Builder Modifier and Type Method Description static Class<? extends UpdateWebAppRequest.Builder>UpdateWebAppRequest. serializableBuilderClass()
-