Uses of Interface
software.amazon.awssdk.services.transfer.model.TestConnectionResponse.Builder
-
Packages that use TestConnectionResponse.Builder Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of TestConnectionResponse.Builder in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return TestConnectionResponse.Builder Modifier and Type Method Description static TestConnectionResponse.BuilderTestConnectionResponse. builder()TestConnectionResponse.BuilderTestConnectionResponse.Builder. connectorId(String connectorId)Returns the identifier of the connector object that you are testing.TestConnectionResponse.BuilderTestConnectionResponse.Builder. status(String status)ReturnsOKfor successful test, orERRORif the test fails.TestConnectionResponse.BuilderTestConnectionResponse.Builder. statusMessage(String statusMessage)ReturnsConnection succeededif the test is successful.TestConnectionResponse.BuilderTestConnectionResponse. toBuilder()Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type TestConnectionResponse.Builder Modifier and Type Method Description static Class<? extends TestConnectionResponse.Builder>TestConnectionResponse. serializableBuilderClass()
-