Package | Description |
---|---|
com.oracle.bmc.loganalytics.model |
Modifier and Type | Method and Description |
---|---|
UploadFileStatus |
UploadFileStatus.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<UploadFileStatus> |
FileValidationResponse.getFiles()
List of files inside the given archive file and their corresponding status information.
|
Modifier and Type | Method and Description |
---|---|
UploadFileStatus.Builder |
UploadFileStatus.Builder.copy(UploadFileStatus model) |
Modifier and Type | Method and Description |
---|---|
FileValidationResponse.Builder |
FileValidationResponse.Builder.files(List<UploadFileStatus> files)
List of files inside the given archive file and their corresponding status information.
|
Constructor and Description |
---|
FileValidationResponse(String inputFile,
String objectLocation,
List<UploadFileStatus> files)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.