Uses of Class
com.oracle.bmc.loganalytics.model.PayloadType
-
Packages that use PayloadType Package Description com.oracle.bmc.loganalytics.model com.oracle.bmc.loganalytics.requests -
-
Uses of PayloadType in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return PayloadType Modifier and Type Method Description static PayloadType
PayloadType. create(String key)
static PayloadType
PayloadType. valueOf(String name)
Returns the enum constant of this type with the specified name.static PayloadType[]
PayloadType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PayloadType in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return PayloadType Modifier and Type Method Description PayloadType
UploadDiscoveryDataRequest. getPayloadType()
Identifies the type of request payload.PayloadType
UploadLogEventsFileRequest. getPayloadType()
Identifies the type of request payload.Methods in com.oracle.bmc.loganalytics.requests with parameters of type PayloadType Modifier and Type Method Description UploadDiscoveryDataRequest.Builder
UploadDiscoveryDataRequest.Builder. payloadType(PayloadType payloadType)
Identifies the type of request payload.UploadLogEventsFileRequest.Builder
UploadLogEventsFileRequest.Builder. payloadType(PayloadType payloadType)
Identifies the type of request payload.
-