Uses of Class
com.vmware.nsx_policy.model.FeaturePermissionListResult
-
Packages that use FeaturePermissionListResult Package Description com.vmware.nsx_policy.aaa com.vmware.nsx_policy.model -
-
Uses of FeaturePermissionListResult in com.vmware.nsx_policy.aaa
Methods in com.vmware.nsx_policy.aaa that return FeaturePermissionListResult Modifier and Type Method Description FeaturePermissionListResult
FeaturesWithProperties. list()
List all the RBAC features and their properties.FeaturePermissionListResult
FeaturesWithProperties. list(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
List all the RBAC features and their properties.FeaturePermissionListResult
FeaturesWithPropertiesStub. list()
FeaturePermissionListResult
FeaturesWithPropertiesStub. list(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Method parameters in com.vmware.nsx_policy.aaa with type arguments of type FeaturePermissionListResult Modifier and Type Method Description void
FeaturesWithProperties. list(com.vmware.vapi.bindings.client.AsyncCallback<FeaturePermissionListResult> asyncCallback)
List all the RBAC features and their properties.void
FeaturesWithProperties. list(com.vmware.vapi.bindings.client.AsyncCallback<FeaturePermissionListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
List all the RBAC features and their properties.void
FeaturesWithPropertiesStub. list(com.vmware.vapi.bindings.client.AsyncCallback<FeaturePermissionListResult> asyncCallback)
void
FeaturesWithPropertiesStub. list(com.vmware.vapi.bindings.client.AsyncCallback<FeaturePermissionListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of FeaturePermissionListResult in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return FeaturePermissionListResult Modifier and Type Method Description static FeaturePermissionListResult
FeaturePermissionListResult. _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 FeaturePermissionListResult
FeaturePermissionListResult. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.FeaturePermissionListResult
FeaturePermissionListResult.Builder. build()
-