Uses of Class
com.vmware.nsx_policy.model.BatchResponse
-
Packages that use BatchResponse Package Description com.vmware.nsx_policy com.vmware.nsx_policy.model -
-
Uses of BatchResponse in com.vmware.nsx_policy
Methods in com.vmware.nsx_policy that return BatchResponse Modifier and Type Method Description BatchResponse
Batch. create(BatchRequest batchRequest, java.lang.Boolean atomic)
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)
BatchResponse
BatchStub. create(BatchRequest batchRequest, java.lang.Boolean atomic, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Method parameters in com.vmware.nsx_policy with type arguments of type BatchResponse Modifier and Type Method Description 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.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)
-
Uses of BatchResponse in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return BatchResponse Modifier and Type Method Description static BatchResponse
BatchResponse. _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 BatchResponse
BatchResponse. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.BatchResponse
BatchResponse.Builder. build()
-