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.AttachmentTypeGetAllDrgAttachmentsRequest.AttachmentType. create(String key)GetAllDrgAttachmentsRequest.AttachmentTypeGetAllDrgAttachmentsRequest. getAttachmentType()The type for the network resource attached to the DRG.static GetAllDrgAttachmentsRequest.AttachmentTypeGetAllDrgAttachmentsRequest.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.BuilderGetAllDrgAttachmentsRequest.Builder. attachmentType(GetAllDrgAttachmentsRequest.AttachmentType attachmentType)The type for the network resource attached to the DRG.
-