Uses of Class
com.vmware.nsx_policy.model.BatchRequest
-
Packages that use BatchRequest Package Description com.vmware.nsx_policy com.vmware.nsx_policy.model -
-
Uses of BatchRequest in com.vmware.nsx_policy
Methods in com.vmware.nsx_policy with parameters of type BatchRequest Modifier and Type Method Description BatchResponse
Batch. create(BatchRequest batchRequest, java.lang.Boolean atomic)
Deprecated.void
Batch. create(BatchRequest batchRequest, java.lang.Boolean atomic, com.vmware.vapi.bindings.client.AsyncCallback<BatchResponse> asyncCallback)
Deprecated.void
Batch. create(BatchRequest batchRequest, java.lang.Boolean atomic, com.vmware.vapi.bindings.client.AsyncCallback<BatchResponse> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.BatchResponse
Batch. create(BatchRequest batchRequest, java.lang.Boolean atomic, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.BatchResponse
BatchStub. create(BatchRequest batchRequest, java.lang.Boolean atomic)
void
BatchStub. create(BatchRequest batchRequest, java.lang.Boolean atomic, com.vmware.vapi.bindings.client.AsyncCallback<BatchResponse> asyncCallback)
void
BatchStub. create(BatchRequest batchRequest, java.lang.Boolean atomic, com.vmware.vapi.bindings.client.AsyncCallback<BatchResponse> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
BatchResponse
BatchStub. create(BatchRequest batchRequest, java.lang.Boolean atomic, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of BatchRequest in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return BatchRequest Modifier and Type Method Description static BatchRequest
BatchRequest. _newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.static BatchRequest
BatchRequest. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.BatchRequest
BatchRequest.Builder. build()
-