Uses of Class
software.amazon.awssdk.services.frauddetector.model.GetLabelsResponse
-
Packages that use GetLabelsResponse Package Description software.amazon.awssdk.services.frauddetector This is the Amazon Fraud Detector API Reference.software.amazon.awssdk.services.frauddetector.paginators -
-
Uses of GetLabelsResponse in software.amazon.awssdk.services.frauddetector
Methods in software.amazon.awssdk.services.frauddetector that return GetLabelsResponse Modifier and Type Method Description default GetLabelsResponseFraudDetectorClient. getLabels(Consumer<GetLabelsRequest.Builder> getLabelsRequest)Gets all labels or a specific label if name is provided.default GetLabelsResponseFraudDetectorClient. getLabels(GetLabelsRequest getLabelsRequest)Gets all labels or a specific label if name is provided.Methods in software.amazon.awssdk.services.frauddetector that return types with arguments of type GetLabelsResponse Modifier and Type Method Description default CompletableFuture<GetLabelsResponse>FraudDetectorAsyncClient. getLabels(Consumer<GetLabelsRequest.Builder> getLabelsRequest)Gets all labels or a specific label if name is provided.default CompletableFuture<GetLabelsResponse>FraudDetectorAsyncClient. getLabels(GetLabelsRequest getLabelsRequest)Gets all labels or a specific label if name is provided. -
Uses of GetLabelsResponse in software.amazon.awssdk.services.frauddetector.paginators
Methods in software.amazon.awssdk.services.frauddetector.paginators that return types with arguments of type GetLabelsResponse Modifier and Type Method Description Iterator<GetLabelsResponse>GetLabelsIterable. iterator()Method parameters in software.amazon.awssdk.services.frauddetector.paginators with type arguments of type GetLabelsResponse Modifier and Type Method Description voidGetLabelsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetLabelsResponse> subscriber)
-