Uses of Class
software.amazon.awssdk.services.drs.model.SourceProperties
-
Packages that use SourceProperties Package Description software.amazon.awssdk.services.drs.model -
-
Uses of SourceProperties in software.amazon.awssdk.services.drs.model
Methods in software.amazon.awssdk.services.drs.model that return SourceProperties Modifier and Type Method Description SourcePropertiesDisconnectSourceServerResponse. sourceProperties()The source properties of the Source Server.SourcePropertiesRetryDataReplicationResponse. sourceProperties()The source properties of the Source Server.SourcePropertiesSourceServer. sourceProperties()The source properties of the Source Server.Methods in software.amazon.awssdk.services.drs.model with parameters of type SourceProperties Modifier and Type Method Description DisconnectSourceServerResponse.BuilderDisconnectSourceServerResponse.Builder. sourceProperties(SourceProperties sourceProperties)The source properties of the Source Server.RetryDataReplicationResponse.BuilderRetryDataReplicationResponse.Builder. sourceProperties(SourceProperties sourceProperties)The source properties of the Source Server.SourceServer.BuilderSourceServer.Builder. sourceProperties(SourceProperties sourceProperties)The source properties of the Source Server.
-