Uses of Interface
software.amazon.awssdk.services.applicationdiscovery.model.StopContinuousExportResponse.Builder
-
Packages that use StopContinuousExportResponse.Builder Package Description software.amazon.awssdk.services.applicationdiscovery.model -
-
Uses of StopContinuousExportResponse.Builder in software.amazon.awssdk.services.applicationdiscovery.model
Methods in software.amazon.awssdk.services.applicationdiscovery.model that return StopContinuousExportResponse.Builder Modifier and Type Method Description static StopContinuousExportResponse.BuilderStopContinuousExportResponse. builder()StopContinuousExportResponse.BuilderStopContinuousExportResponse.Builder. startTime(Instant startTime)Timestamp that represents when this continuous export started collecting data.StopContinuousExportResponse.BuilderStopContinuousExportResponse.Builder. stopTime(Instant stopTime)Timestamp that represents when this continuous export was stopped.StopContinuousExportResponse.BuilderStopContinuousExportResponse. toBuilder()Methods in software.amazon.awssdk.services.applicationdiscovery.model that return types with arguments of type StopContinuousExportResponse.Builder Modifier and Type Method Description static Class<? extends StopContinuousExportResponse.Builder>StopContinuousExportResponse. serializableBuilderClass()
-