Uses of Class
software.amazon.awssdk.services.directory.model.IpRouteStatusMsg
-
Packages that use IpRouteStatusMsg Package Description software.amazon.awssdk.services.directory.model -
-
Uses of IpRouteStatusMsg in software.amazon.awssdk.services.directory.model
Methods in software.amazon.awssdk.services.directory.model that return IpRouteStatusMsg Modifier and Type Method Description static IpRouteStatusMsgIpRouteStatusMsg. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IpRouteStatusMsgIpRouteInfo. ipRouteStatusMsg()The status of the IP address block.static IpRouteStatusMsgIpRouteStatusMsg. valueOf(String name)Returns the enum constant of this type with the specified name.static IpRouteStatusMsg[]IpRouteStatusMsg. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.directory.model that return types with arguments of type IpRouteStatusMsg Modifier and Type Method Description static Set<IpRouteStatusMsg>IpRouteStatusMsg. knownValues()Methods in software.amazon.awssdk.services.directory.model with parameters of type IpRouteStatusMsg Modifier and Type Method Description IpRouteInfo.BuilderIpRouteInfo.Builder. ipRouteStatusMsg(IpRouteStatusMsg ipRouteStatusMsg)The status of the IP address block.
-