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 BatchResponseBatch. create(BatchRequest batchRequest, java.lang.Boolean atomic)Deprecated.BatchResponseBatch. create(BatchRequest batchRequest, java.lang.Boolean atomic, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Deprecated.BatchResponseBatchStub. create(BatchRequest batchRequest, java.lang.Boolean atomic)BatchResponseBatchStub. 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 voidBatch. create(BatchRequest batchRequest, java.lang.Boolean atomic, com.vmware.vapi.bindings.client.AsyncCallback<BatchResponse> asyncCallback)Deprecated.voidBatch. create(BatchRequest batchRequest, java.lang.Boolean atomic, com.vmware.vapi.bindings.client.AsyncCallback<BatchResponse> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Deprecated.voidBatchStub. create(BatchRequest batchRequest, java.lang.Boolean atomic, com.vmware.vapi.bindings.client.AsyncCallback<BatchResponse> asyncCallback)voidBatchStub. 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 BatchResponseBatchResponse. _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 BatchResponseBatchResponse. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.BatchResponseBatchResponse.Builder. build()
-