Uses of Interface
software.amazon.awssdk.services.frauddetector.model.BatchCreateVariableResponse.Builder
-
Packages that use BatchCreateVariableResponse.Builder Package Description software.amazon.awssdk.services.frauddetector.model -
-
Uses of BatchCreateVariableResponse.Builder in software.amazon.awssdk.services.frauddetector.model
Methods in software.amazon.awssdk.services.frauddetector.model that return BatchCreateVariableResponse.Builder Modifier and Type Method Description static BatchCreateVariableResponse.BuilderBatchCreateVariableResponse. builder()BatchCreateVariableResponse.BuilderBatchCreateVariableResponse.Builder. errors(Collection<BatchCreateVariableError> errors)Provides the errors for theBatchCreateVariablerequest.BatchCreateVariableResponse.BuilderBatchCreateVariableResponse.Builder. errors(Consumer<BatchCreateVariableError.Builder>... errors)Provides the errors for theBatchCreateVariablerequest.BatchCreateVariableResponse.BuilderBatchCreateVariableResponse.Builder. errors(BatchCreateVariableError... errors)Provides the errors for theBatchCreateVariablerequest.BatchCreateVariableResponse.BuilderBatchCreateVariableResponse. toBuilder()Methods in software.amazon.awssdk.services.frauddetector.model that return types with arguments of type BatchCreateVariableResponse.Builder Modifier and Type Method Description static Class<? extends BatchCreateVariableResponse.Builder>BatchCreateVariableResponse. serializableBuilderClass()
-