Uses of Class
com.vmware.nsx_policy.model.AggregatedFeatureListResult
-
Packages that use AggregatedFeatureListResult Package Description com.vmware.nsx_policy.infra com.vmware.nsx_policy.model -
-
Uses of AggregatedFeatureListResult in com.vmware.nsx_policy.infra
Methods in com.vmware.nsx_policy.infra that return AggregatedFeatureListResult Modifier and Type Method Description AggregatedFeatureListResultFeatures. list(java.lang.String sitePath)Paginated list of all Aggregated Feature StateAggregatedFeatureListResultFeatures. list(java.lang.String sitePath, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Paginated list of all Aggregated Feature StateAggregatedFeatureListResultFeaturesStub. list(java.lang.String sitePath)AggregatedFeatureListResultFeaturesStub. list(java.lang.String sitePath, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Method parameters in com.vmware.nsx_policy.infra with type arguments of type AggregatedFeatureListResult Modifier and Type Method Description voidFeatures. list(java.lang.String sitePath, com.vmware.vapi.bindings.client.AsyncCallback<AggregatedFeatureListResult> asyncCallback)Paginated list of all Aggregated Feature StatevoidFeatures. list(java.lang.String sitePath, com.vmware.vapi.bindings.client.AsyncCallback<AggregatedFeatureListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Paginated list of all Aggregated Feature StatevoidFeaturesStub. list(java.lang.String sitePath, com.vmware.vapi.bindings.client.AsyncCallback<AggregatedFeatureListResult> asyncCallback)voidFeaturesStub. list(java.lang.String sitePath, com.vmware.vapi.bindings.client.AsyncCallback<AggregatedFeatureListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) -
Uses of AggregatedFeatureListResult in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return AggregatedFeatureListResult Modifier and Type Method Description static AggregatedFeatureListResultAggregatedFeatureListResult. _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 AggregatedFeatureListResultAggregatedFeatureListResult. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.AggregatedFeatureListResultAggregatedFeatureListResult.Builder. build()
-