Uses of Class
software.amazon.awssdk.services.drs.model.StagingArea
-
Packages that use StagingArea Package Description software.amazon.awssdk.services.drs.model -
-
Uses of StagingArea in software.amazon.awssdk.services.drs.model
Methods in software.amazon.awssdk.services.drs.model that return StagingArea Modifier and Type Method Description StagingAreaDisconnectSourceServerResponse. stagingArea()The staging area of the source server.StagingAreaRetryDataReplicationResponse. stagingArea()The staging area of the source server.StagingAreaSourceServer. stagingArea()The staging area of the source server.Methods in software.amazon.awssdk.services.drs.model with parameters of type StagingArea Modifier and Type Method Description DisconnectSourceServerResponse.BuilderDisconnectSourceServerResponse.Builder. stagingArea(StagingArea stagingArea)The staging area of the source server.RetryDataReplicationResponse.BuilderRetryDataReplicationResponse.Builder. stagingArea(StagingArea stagingArea)The staging area of the source server.SourceServer.BuilderSourceServer.Builder. stagingArea(StagingArea stagingArea)The staging area of the source server.
-