Uses of Class
com.vmware.nsx_policy.model.Reaction
-
Packages that use Reaction Package Description com.vmware.nsx_policy.infra com.vmware.nsx_policy.model -
-
Uses of Reaction in com.vmware.nsx_policy.infra
Methods in com.vmware.nsx_policy.infra that return Reaction Modifier and Type Method Description ReactionReactions. get(java.lang.String reactionId)Get Reaction under Infra.ReactionReactions. get(java.lang.String reactionId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Get Reaction under Infra.ReactionReactionsStub. get(java.lang.String reactionId)ReactionReactionsStub. get(java.lang.String reactionId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)ReactionReactions. update(java.lang.String reactionId, Reaction reaction)Create or fully replace a Reaction under Infra.ReactionReactions. update(java.lang.String reactionId, Reaction reaction, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Create or fully replace a Reaction under Infra.ReactionReactionsStub. update(java.lang.String reactionId, Reaction reaction)ReactionReactionsStub. update(java.lang.String reactionId, Reaction reaction, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Methods in com.vmware.nsx_policy.infra with parameters of type Reaction Modifier and Type Method Description voidReactions. patch(java.lang.String reactionId, Reaction reaction)Create or patch a Reaction under Infra.voidReactions. patch(java.lang.String reactionId, Reaction reaction, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)Create or patch a Reaction under Infra.voidReactions. patch(java.lang.String reactionId, Reaction reaction, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Create or patch a Reaction under Infra.voidReactions. patch(java.lang.String reactionId, Reaction reaction, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Create or patch a Reaction under Infra.voidReactionsStub. patch(java.lang.String reactionId, Reaction reaction)voidReactionsStub. patch(java.lang.String reactionId, Reaction reaction, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)voidReactionsStub. patch(java.lang.String reactionId, Reaction reaction, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)voidReactionsStub. patch(java.lang.String reactionId, Reaction reaction, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)ReactionReactions. update(java.lang.String reactionId, Reaction reaction)Create or fully replace a Reaction under Infra.voidReactions. update(java.lang.String reactionId, Reaction reaction, com.vmware.vapi.bindings.client.AsyncCallback<Reaction> asyncCallback)Create or fully replace a Reaction under Infra.voidReactions. update(java.lang.String reactionId, Reaction reaction, com.vmware.vapi.bindings.client.AsyncCallback<Reaction> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Create or fully replace a Reaction under Infra.ReactionReactions. update(java.lang.String reactionId, Reaction reaction, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Create or fully replace a Reaction under Infra.ReactionReactionsStub. update(java.lang.String reactionId, Reaction reaction)voidReactionsStub. update(java.lang.String reactionId, Reaction reaction, com.vmware.vapi.bindings.client.AsyncCallback<Reaction> asyncCallback)voidReactionsStub. update(java.lang.String reactionId, Reaction reaction, com.vmware.vapi.bindings.client.AsyncCallback<Reaction> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)ReactionReactionsStub. update(java.lang.String reactionId, Reaction reaction, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Method parameters in com.vmware.nsx_policy.infra with type arguments of type Reaction Modifier and Type Method Description voidReactions. get(java.lang.String reactionId, com.vmware.vapi.bindings.client.AsyncCallback<Reaction> asyncCallback)Get Reaction under Infra.voidReactions. get(java.lang.String reactionId, com.vmware.vapi.bindings.client.AsyncCallback<Reaction> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Get Reaction under Infra.voidReactionsStub. get(java.lang.String reactionId, com.vmware.vapi.bindings.client.AsyncCallback<Reaction> asyncCallback)voidReactionsStub. get(java.lang.String reactionId, com.vmware.vapi.bindings.client.AsyncCallback<Reaction> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)voidReactions. update(java.lang.String reactionId, Reaction reaction, com.vmware.vapi.bindings.client.AsyncCallback<Reaction> asyncCallback)Create or fully replace a Reaction under Infra.voidReactions. update(java.lang.String reactionId, Reaction reaction, com.vmware.vapi.bindings.client.AsyncCallback<Reaction> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Create or fully replace a Reaction under Infra.voidReactionsStub. update(java.lang.String reactionId, Reaction reaction, com.vmware.vapi.bindings.client.AsyncCallback<Reaction> asyncCallback)voidReactionsStub. update(java.lang.String reactionId, Reaction reaction, com.vmware.vapi.bindings.client.AsyncCallback<Reaction> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) -
Uses of Reaction in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return Reaction Modifier and Type Method Description static ReactionReaction. _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 ReactionReaction. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.ReactionReaction.Builder. build()ReactionChildReaction. getReaction()Methods in com.vmware.nsx_policy.model that return types with arguments of type Reaction Modifier and Type Method Description java.util.List<Reaction>ReactionListResult. getResults()Reaction list results.Methods in com.vmware.nsx_policy.model with parameters of type Reaction Modifier and Type Method Description ChildReaction.BuilderChildReaction.Builder. setReaction(Reaction reaction)voidChildReaction. setReaction(Reaction reaction)Method parameters in com.vmware.nsx_policy.model with type arguments of type Reaction Modifier and Type Method Description ReactionListResult.BuilderReactionListResult.Builder. setResults(java.util.List<Reaction> results)Reaction list results.voidReactionListResult. setResults(java.util.List<Reaction> results)Reaction list results.
-