Uses of Class
com.oracle.bmc.core.requests.GetAllDrgAttachmentsRequest.AttachmentType
-
Packages that use GetAllDrgAttachmentsRequest.AttachmentType Package Description com.oracle.bmc.core.requests -
-
Uses of GetAllDrgAttachmentsRequest.AttachmentType in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return GetAllDrgAttachmentsRequest.AttachmentType Modifier and Type Method Description static GetAllDrgAttachmentsRequest.AttachmentType
GetAllDrgAttachmentsRequest.AttachmentType. create(String key)
GetAllDrgAttachmentsRequest.AttachmentType
GetAllDrgAttachmentsRequest. getAttachmentType()
The type for the network resource attached to the DRG.static GetAllDrgAttachmentsRequest.AttachmentType
GetAllDrgAttachmentsRequest.AttachmentType. valueOf(String name)
Returns the enum constant of this type with the specified name.static GetAllDrgAttachmentsRequest.AttachmentType[]
GetAllDrgAttachmentsRequest.AttachmentType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.core.requests with parameters of type GetAllDrgAttachmentsRequest.AttachmentType Modifier and Type Method Description GetAllDrgAttachmentsRequest.Builder
GetAllDrgAttachmentsRequest.Builder. attachmentType(GetAllDrgAttachmentsRequest.AttachmentType attachmentType)
The type for the network resource attached to the DRG.
-