Uses of Interface
software.amazon.awssdk.services.datasync.model.OnPremConfig.Builder
-
Packages that use OnPremConfig.Builder Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of OnPremConfig.Builder in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return OnPremConfig.Builder Modifier and Type Method Description OnPremConfig.BuilderOnPremConfig.Builder. agentArns(String... agentArns)The Amazon Resource Names (ARNs) of the agents connecting to a transfer location.OnPremConfig.BuilderOnPremConfig.Builder. agentArns(Collection<String> agentArns)The Amazon Resource Names (ARNs) of the agents connecting to a transfer location.static OnPremConfig.BuilderOnPremConfig. builder()OnPremConfig.BuilderOnPremConfig. toBuilder()Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type OnPremConfig.Builder Modifier and Type Method Description static Class<? extends OnPremConfig.Builder>OnPremConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.datasync.model with type arguments of type OnPremConfig.Builder Modifier and Type Method Description default CreateLocationNfsRequest.BuilderCreateLocationNfsRequest.Builder. onPremConfig(Consumer<OnPremConfig.Builder> onPremConfig)Specifies the Amazon Resource Name (ARN) of the DataSync agent that want to connect to your NFS file server.default DescribeLocationNfsResponse.BuilderDescribeLocationNfsResponse.Builder. onPremConfig(Consumer<OnPremConfig.Builder> onPremConfig)Sets the value of the OnPremConfig property for this object.default UpdateLocationNfsRequest.BuilderUpdateLocationNfsRequest.Builder. onPremConfig(Consumer<OnPremConfig.Builder> onPremConfig)Sets the value of the OnPremConfig property for this object.
-