Uses of Class
com.ibm.cloud.is.vpc.v1.model.GetNetworkAclRuleOptions
-
Packages that use GetNetworkAclRuleOptions Package Description com.ibm.cloud.is.vpc.v1 Virtual Private Cloud API v1.com.ibm.cloud.is.vpc.v1.model -
-
Uses of GetNetworkAclRuleOptions in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 with parameters of type GetNetworkAclRuleOptions Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<NetworkACLRule>
Vpc. getNetworkAclRule(GetNetworkAclRuleOptions getNetworkAclRuleOptions)
Retrieve a network ACL rule. -
Uses of GetNetworkAclRuleOptions in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return GetNetworkAclRuleOptions Modifier and Type Method Description GetNetworkAclRuleOptions
GetNetworkAclRuleOptions.Builder. build()
Builds a GetNetworkAclRuleOptions.
-