Uses of Interface
software.amazon.awssdk.services.frauddetector.model.GetDetectorsResponse.Builder
-
Packages that use GetDetectorsResponse.Builder Package Description software.amazon.awssdk.services.frauddetector.model -
-
Uses of GetDetectorsResponse.Builder in software.amazon.awssdk.services.frauddetector.model
Methods in software.amazon.awssdk.services.frauddetector.model that return GetDetectorsResponse.Builder Modifier and Type Method Description static GetDetectorsResponse.BuilderGetDetectorsResponse. builder()GetDetectorsResponse.BuilderGetDetectorsResponse.Builder. detectors(Collection<Detector> detectors)The detectors.GetDetectorsResponse.BuilderGetDetectorsResponse.Builder. detectors(Consumer<Detector.Builder>... detectors)The detectors.GetDetectorsResponse.BuilderGetDetectorsResponse.Builder. detectors(Detector... detectors)The detectors.GetDetectorsResponse.BuilderGetDetectorsResponse.Builder. nextToken(String nextToken)The next page token.GetDetectorsResponse.BuilderGetDetectorsResponse. toBuilder()Methods in software.amazon.awssdk.services.frauddetector.model that return types with arguments of type GetDetectorsResponse.Builder Modifier and Type Method Description static Class<? extends GetDetectorsResponse.Builder>GetDetectorsResponse. serializableBuilderClass()
-